wx.lib.agw.floatspin.FloatSpinEvent¶This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.
Class Hierarchy¶
Inheritance diagram for class FloatSpinEvent:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Returns event position. |
|
Sets event position. |
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.