wx.lib.masked.timectrl.TimeUpdatedEvent¶
Used to fire an EVT_TIMEUPDATE event whenever the value in a TimeCtrl changes.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Retrieve the value of the time control at the time this event was generated |
Class API¶
- class TimeUpdatedEvent(wx.PyCommandEvent)¶
Used to fire an EVT_TIMEUPDATE event whenever the value in a TimeCtrl changes.
Methods¶
- __init__(self, id, value='12:00:00 AM')¶
Initialize self. See help(type(self)) for accurate signature.
- GetValue(self)¶
Retrieve the value of the time control at the time this event was generated