wx.lib.agw.knobctrl.KnobCtrlEvent
Represent details of the events that the KnobCtrl
object sends.
Class Hierarchy

Inheritance diagram for class
KnobCtrlEvent:
Methods Summary
Class API
-
class 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
-
-
GetOldValue(self)
Returns the old KnobCtrl
value for this event.
-
GetValue(self)
Returns the new KnobCtrl
value for this event.
-
SetOldValue(self, oldValue)
Sets the old KnobCtrl
value for this event.
- Parameters
oldValue – an integer representing the old value.
-
SetValue(self, value)
Sets the new KnobCtrl
value for this event.
- Parameters
value – an integer representing the new value.