Represent details of the events that the KnobCtrl
object sends.
Default class constructor. |
|
Returns the old |
|
Returns the new |
|
Sets the old |
|
Sets the new |
KnobCtrlEvent
(wx.CommandEvent)¶Represent details of the events that the KnobCtrl
object sends.
__init__
(self, eventType, eventId=1)¶Default class constructor. For internal use: do not call it in your code!
eventType – the event type;
eventId – the event identifier.
SetOldValue
(self, oldValue)¶Sets the old KnobCtrl
value for this event.
oldValue – an integer representing the old value.