wx.lib.agw.zoombar.ZoomBarEvent¶
Event sent from the ZoomBar
when a button is activated.
Class Hierarchy¶
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¶
- class ZoomBarEvent(wx.PyCommandEvent)¶
Event sent from the
ZoomBar
when a button is activated.
Methods¶
- __init__(self, eventType, eventId=1)¶
Default class constructor.
- Parameters:
eventType – the event type;
eventId – the event identifier.
- GetLabel(self)¶
Returns the text label of the selected button.
- GetSelection(self)¶
Returns the index of the selected button.
- SetLabel(self, label)¶
Sets the text label of the selected button.
- Parameters:
label – the text label of the selected button.
- SetSelection(self, selection)¶
Sets the index of the selected button.
- Parameters:
selection – an integer indicating the current selected button.