 wx.lib.agw.zoombar.ZoomBarEvent¶
 wx.lib.agw.zoombar.ZoomBarEvent¶Event sent from the ZoomBar when a button is activated.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class ZoomBarEvent:
Inheritance diagram for class ZoomBarEvent:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Returns the text label of the selected button. | |
| Returns the index of the selected button. | |
| Sets the text label of the selected button. | |
| Sets the index of the selected button. | 
 Class API¶
 Class API¶Event sent from the ZoomBar when a button is activated.
Default class constructor.
eventType – the event type;
eventId – the event identifier.
Returns the text label of the selected button.
Returns the index of the selected button.
Sets the text label of the selected button.
label – the text label of the selected button.
Sets the index of the selected button.
selection – an integer indicating the current selected button.