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