 
       wx.lib.agw.ribbon.buttonbar.RibbonButtonBarEvent¶
  wx.lib.agw.ribbon.buttonbar.RibbonButtonBarEvent¶Event used to indicate various actions relating to a button on a RibbonButtonBar.
See also
RibbonButtonBar for available event types.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| GetBar | Returns the bar which contains the button which the event relates to. | 
| PopupMenu | Display a popup menu as a result of this (dropdown clicked) event. | 
| SetBar | Sets the button bar relating to this event. | 
 Class API¶
 Class API¶Event used to indicate various actions relating to a button on a RibbonButtonBar.
See also
RibbonButtonBar for available event types.
Default class constructor.
| Parameters: | 
 | 
|---|
Returns the bar which contains the button which the event relates to.
| Returns: | An instance of RibbonButtonBar. | 
|---|
Display a popup menu as a result of this (dropdown clicked) event.
| Parameters: | menu – an instance of wx.Menu. | 
|---|
Sets the button bar relating to this event.
| Parameters: | bar – an instance of RibbonButtonBar. | 
|---|