
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.
Class Hierarchy¶
Inheritance diagram for class RibbonButtonBarEvent:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Returns the bar which contains the button which the event relates to. |
|
Display a popup menu as a result of this (dropdown clicked) event. |
|
Sets the button bar relating to this event. |
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.
command_type (integer) – the event type;
win_id (integer) – the event identifier;
bar – an instance of RibbonButtonBar.
Returns the bar which contains the button which the event relates to.
An instance of RibbonButtonBar.
Display a popup menu as a result of this (dropdown clicked) event.
menu – an instance of wx.Menu.
Sets the button bar relating to this event.
bar – an instance of RibbonButtonBar.