AGW Logo

agw_title ribbon.toolbar

A ribbon tool bar is similar to a traditional toolbar which has no labels.


description Description

It contains one or more tool groups, each of which contains one or more tools. Each tool is represented by a (generally small, i.e. 16x15) bitmap.


events Events Processing

This class processes the following events:


Events processing for ribbon.toolbar
Event Name Description
EVT_RIBBONTOOLBAR_CLICKED Triggered when the normal (non-dropdown) region of a tool on the tool bar is clicked.
EVT_RIBBONTOOLBAR_DROPDOWN_CLICKED Triggered when the dropdown region of a tool on the tool bar is clicked. PopupMenu should be called by the event handler if it wants to display a popup menu (which is what most dropdown tools should be doing).

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


hierarchy Inheritance Diagram

Inheritance diagram for module: ribbon.toolbar

Inheritance diagram of ribbon.toolbar.RibbonToolBar, ribbon.toolbar.RibbonToolBarEvent, ribbon.toolbar.RibbonToolBarToolBase, ribbon.toolbar.RibbonToolBarToolGroup


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.

toolbar

Revision Graph For toolbar


2to3 Python 3 Issues (via 2to3)

No issues have been detected by 2to3.py.


method_summary Function Summary