Represent details of the events that the RulerCtrl
object sends.
Default class constructor. |
|
Returns the event old value. |
|
Returns the event value. |
|
Sets the event old value. |
|
Sets the event value. |
RulerCtrlEvent
(wx.CommandEvent)¶Represent details of the events that the RulerCtrl
object sends.
__init__
(self, eventType, eventId=1)¶Default class constructor.
eventType – the event type;
eventId – the event identifier.
GetOldValue
(self)¶Returns the event old value.
GetValue
(self)¶Returns the event value.
SetOldValue
(self, oldValue)¶Sets the event old value.
value – the old indicator position.
SetValue
(self, value)¶Sets the event value.
value – the new indicator position.