wx.lib.agw.zoombar.ZoomBarEvent¶Event sent from the ZoomBar when a button is activated.
Class Hierarchy¶
Inheritance diagram for class ZoomBarEvent:
Known Superclasses¶
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¶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.