This event will be sent when a EVT_FLOATSPIN
event is mapped in the parent.
Default class constructor. |
|
Returns event position. |
|
Sets event position. |
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.
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.
pos – an integer specyfing the event position.