
wx.lib.agw.rulerctrl.RulerCtrlEvent¶Represent details of the events that the RulerCtrl object sends.
Class Hierarchy¶
Inheritance diagram for class RulerCtrlEvent:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Returns the event old value. |
|
Returns the event value. |
|
Sets the event old value. |
|
Sets the event value. |
Class API¶Represent details of the events that the RulerCtrl object sends.
Default class constructor.
eventType – the event type;
eventId – the event identifier.
Returns the event old value.
Returns the event value.
Sets the event old value.
value – the old indicator position.
Sets the event value.
value – the new indicator position.