| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Param --+
|
DateParam
Date parameter that displays a DatePickerCtrl as its user interface.
The wx.DateTime class is used as the value.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
default = <wx.DateTime: "Thu Feb 21 00:00:00 2008" at _90991d0
|
|
callback_event = None
|
|
|
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.
|
Get the user value from the control. If the control doesn't automatically return a value of the correct type, convert it here.
|
| Class Variable Details |
default
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 | http://epydoc.sourceforge.net |