| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Param --+
|
ChoiceParam
Parameter that is restricted to a string from a list of choices.
A Choice control is its user interface, and the currently selected string is used as the value.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
callback_event = wx.EVT_CHOICE
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Create and editing control. Given the parent window, create a user interface element to edit the param.
|
Populate the control given the user value. If any conversion is needed to show the user value in the control, do it here.
|
Get the user value from the control. If the control doesn't automatically return a value of the correct type, convert it here.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 |