 
       wx.lib.agw.knobctrl.KnobCtrlEvent¶
  wx.lib.agw.knobctrl.KnobCtrlEvent¶Represent details of the events that the KnobCtrl object sends.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetOldValue | Returns the old KnobCtrlvalue for this event. | 
| GetValue | Returns the new KnobCtrlvalue for this event. | 
| SetOldValue | Sets the old KnobCtrlvalue for this event. | 
| SetValue | Sets the new KnobCtrlvalue for this event. | 
 Class API¶
 Class API¶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. | 
|---|