
 wx.lib.agw.shapedbutton.SButtonEvent¶
 wx.lib.agw.shapedbutton.SButtonEvent¶Event sent from the generic buttons when the button is activated.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class SButtonEvent:
Inheritance diagram for class SButtonEvent:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Returns the object associated with this event. | |
| Returns  | |
| Sets the event object for the event. | |
| Sets the button event as pressed. | 
 Class API¶
 Class API¶Event sent from the generic buttons when the button is activated.
Default class constructor.
eventType – the event type;
eventId – the event identifier.
Returns the object associated with this event.
Returns True if the button event is “pressed”.
Sets the event object for the event.
btn – the button object.
Sets the button event as pressed.
isDown – True to set the event as “pressed”, False otherwise.