|
|
default(self,
style,
**kw)
Sets the default value of the specified option(s) in style |
source code
|
|
|
|
|
|
|
layout(self,
style,
layoutSpec)
Define the widget layout for style style. |
source code
|
|
|
|
|
|
|
element_names(self)
Returns a list of all elements defined in the current theme. |
source code
|
|
|
|
|
|
|
theme_settings(self,
name,
script)
Temporarily sets the current theme to themeName, evaluate script,
then restore the previous theme. |
source code
|
|
|
|
theme_names(self)
Returns a list of the available themes. |
source code
|
|
|
|
theme_use(self,
theme)
Sets the current theme to themeName, and refreshes all widgets. |
source code
|
|