 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.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class FloatSpinEvent:
Inheritance diagram for class FloatSpinEvent:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Returns event position. | |
| Sets event position. | 
 Class API¶
 Class API¶This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.
Default class constructor.
eventType – the event type;
eventId – the event identifier;
nSel – the current selection;
nOldSel – the old selection.
Returns event position.
Sets event position.
pos – an integer specyfing the event position.