wx.lib.masked.numctrl.NumberUpdatedEvent¶
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Retrieve the value of the control at the time |
Class API¶
- class NumberUpdatedEvent(wx.PyCommandEvent)¶
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
Methods¶
- __init__(self, id, value=0, object=None)¶
Initialize self. See help(type(self)) for accurate signature.
- GetValue(self)¶
Retrieve the value of the control at the time this event was generated.