User function specific pages for the wizards.
|
__init__(self,
name,
parent=None,
height_desc=220,
sync=False,
execute=True)
Set up the window. |
source code
|
|
str
|
|
str
|
|
|
Clear(self,
key)
Special wizard method for clearing the value of the GUI element
corresponding to the key. |
source code
|
|
unknown
|
GetValue(self,
key)
Special wizard method for getting the value of the GUI element
corresponding to the key. |
source code
|
|
|
SetValue(self,
key,
value)
Special wizard method for setting the value of the GUI element
corresponding to the key. |
source code
|
|
|
UpdateChoices(self,
key,
combo_choices=None,
combo_data=None,
combo_default=None)
Special user function page method for updating the list of choices in
a ComboBox type element. |
source code
|
|
|
|
|
|
|
execute(self,
uf,
*args,
**kwds)
Execute the user function, either asynchronously or synchronously. |
source code
|
|
|
|
|
|
|
|
|
|
bool
|
|
Inherited from wizards.wiz_objects.Wiz_page :
add_artwork ,
on_apply ,
on_completion ,
on_display_post ,
on_init
|