AGW Logo

agw_title ribbon.buttonbar

A ribbon button bar is similar to a traditional toolbar.


description Description

It contains one or more buttons (button bar buttons, not wx.Button), each of which has a label and an icon. It differs from a RibbonToolBar in several ways:

  • Individual buttons can grow and contract.
  • Buttons have labels as well as bitmaps.
  • Bitmaps are typically larger (at least 32x32 pixels) on a button bar compared to a tool bar (which typically has 16x15).
  • There is no grouping of buttons on a button bar
  • A button bar typically has a border around each individual button, whereas a tool bar typically has a border around each group of buttons.

events Events Processing

This class processes the following events:


Events processing for ribbon.buttonbar
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. 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).

Module author: Andrea Gavana <andrea.gavana@gmail.com>


hierarchy Inheritance Diagram

Inheritance diagram for module: ribbon.buttonbar

Inheritance diagram of ribbon.buttonbar.RibbonButtonBar, ribbon.buttonbar.RibbonButtonBarButtonBase, ribbon.buttonbar.RibbonButtonBarButtonInstance, ribbon.buttonbar.RibbonButtonBarButtonSizeInfo, ribbon.buttonbar.RibbonButtonBarEvent, ribbon.buttonbar.RibbonButtonBarLayout


svn_main SVN Revisions

A graphical representation of the SVN commits in the last year.

Click on any date in the picture to jump to that particular revision page, containing information about committers, log messages and SVN diffs.

buttonbar

Revision Graph For buttonbar


2to3 Python 3 Issues (via 2to3)

No issues have been detected by 2to3.py.