Event sent from the AquaButton
buttons when the button is activated.
Default class constructor. |
|
Returns the object associated with this event. |
|
Sets the event object for the event. |
AquaButtonEvent
(wx.PyCommandEvent)¶Event sent from the AquaButton
buttons when the button is activated.
__init__
(self, eventType, eventId)¶Default class constructor.
eventType (integer) – the event type;
eventId (integer) – the event identifier.
GetButtonObj
(self)¶Returns the object associated with this event.
An instance of AquaButton
.
SetButtonObj
(self, btn)¶Sets the event object for the event.
btn – the button object, an instance of AquaButton
.