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