Represent details of the events that the RulerCtrl
object sends.
__init__ |
Default class constructor. |
GetOldValue |
Returns the event old value. |
GetValue |
Returns the event value. |
SetOldValue |
Sets the event old value. |
SetValue |
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.
Parameters: |
|
---|
GetOldValue
(self)¶Returns the event old value.
GetValue
(self)¶Returns the event value.
SetOldValue
(self, oldValue)¶Sets the event old value.
Parameters: | value – the old indicator position. |
---|
SetValue
(self, value)¶Sets the event value.
Parameters: | value – the new indicator position. |
---|