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