 
       wx.lib.agw.floatspin.FloatSpinEvent¶
  wx.lib.agw.floatspin.FloatSpinEvent¶This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetPosition | Returns event position. | 
| SetPosition | Sets event position. | 
 Class API¶
 Class API¶FloatSpinEvent(wx.CommandEvent)¶This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.
__init__(self, eventType, eventId=1, nSel=-1, nOldSel=-1)¶Default class constructor.
| Parameters: | 
 | 
|---|
GetPosition(self)¶Returns event position.
SetPosition(self, pos)¶Sets event position.
| Parameters: | pos – an integer specyfing the event position. | 
|---|