AGW Logo

agw_title FloatSpinEvent

This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.

hierarchy Inheritance Diagram

Inheritance diagram for: FloatSpinEvent

Inheritance diagram of FloatSpinEvent


method_summary Methods Summary

__init__Default class constructor.
GetPositionReturns event position.
SetPositionSets event position.

API Class API

class FloatSpinEvent(wx.PyCommandEvent)[source]

This event will be sent when a EVT_FLOATSPIN event is mapped in the parent.



__init__(eventType, eventId=1, nSel=-1, nOldSel=-1)[source]

Default class constructor.

Parameters:
  • eventType – the event type;
  • eventId – the event identifier;
  • nSel – the current selection;
  • nOldSel – the old selection.


GetPosition()[source]

Returns event position.



SetPosition(pos)[source]

Sets event position.

Parameters:pos – an integer specyfing the event position.
Tree

Table Of Contents

Previous topic

FloatSpin

Next topic

FloatTextCtrl