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