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