| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Param --+
|
FontParam
Font parameter that pops up a font dialog.
The wx.Font class is used as the value.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Create and editing control. Given the parent window, create a user interface element to edit the param.
|
Convert the user's config text to the type expected by the python code. Subclasses should return the type expected by the user code.
|
Convert the user value to a string suitable to be written to the config file. Subclasses should convert the value to a string that is acceptable to textToValue.
|
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 |