A ribbon button bar is similar to a traditional toolbar.
It contains one or more buttons (button bar buttons, not Button
), each of which
has a label and an icon. It differs from a toolbar
in several ways:
This class processes the following events:
Event Name | Description |
---|---|
EVT_RIBBONBUTTONBAR_CLICKED |
Triggered when the normal (non-dropdown) region of a button on the button bar is clicked. |
EVT_RIBBONBUTTONBAR_DROPDOWN_CLICKED |
Triggered when the dropdown region of a button on the button bar is clicked. RibbonButtonBarEvent.PopupMenu() should be called by the event handler if it wants to display a popup menu (which is what most dropdown buttons should be doing). |
RibbonButtonBar |
A ribbon button bar is similar to a traditional toolbar. |
RibbonButtonBarButtonBase |
|
RibbonButtonBarButtonInstance |
|
RibbonButtonBarButtonSizeInfo |
|
RibbonButtonBarEvent |
Event used to indicate various actions relating to a button on a RibbonButtonBar . |
RibbonButtonBarLayout |