 
       wx.lib.agw.gradientbutton.GradientButtonEvent¶
  wx.lib.agw.gradientbutton.GradientButtonEvent¶Event sent from GradientButton when the button is activated.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetButtonObj | Returns the object associated with this event. | 
| SetButtonObj | Sets the event object for the event. | 
 Class API¶
 Class API¶Event sent from GradientButton when the button is activated.
Default class constructor.
| Parameters: | 
 | 
|---|
Returns the object associated with this event.
Sets the event object for the event.
| Parameters: | btn – the button object, an instance of GradientButton. | 
|---|