 
       wx.lib.intctrl.IntUpdatedEvent¶
  wx.lib.intctrl.IntUpdatedEvent¶Event sent from the IntCtrl when control is updated.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetValue | Retrieve the value of the control at the time | 
 Class API¶
 Class API¶IntUpdatedEvent(wx.PyCommandEvent)¶Event sent from the IntCtrl when control is updated.
__init__(self, id, value = 0, object=None)¶Default class constructor.
| Parameters: | 
 | 
|---|
GetValue(self)¶Retrieve the value of the control at the time this event was generated.