Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
Initialize self. See help(type(self)) for accurate signature. |
|
Retrieve the value of the control at the time |
NumberUpdatedEvent
(wx.PyCommandEvent)¶Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
__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.