Package grc.gui.Bars


Classes

class  Toolbar
class  MenuBar

Variables

tuple TOOLBAR_LIST
 The list of actions for the toolbar.
tuple MENU_BAR_LIST
 The list of actions and categories for the menu bar.


Detailed Description

Create the GUI's toolbar and menubar
Author:
Josh Blum

Variable Documentation

tuple grc::gui::Bars.MENU_BAR_LIST [static]

The list of actions and categories for the menu bar.

Definition at line 57 of file Bars.py.

tuple grc::gui::Bars.TOOLBAR_LIST [static]

Initial value:

(
        FLOW_GRAPH_NEW,
        FLOW_GRAPH_OPEN,
        FLOW_GRAPH_SAVE,
        FLOW_GRAPH_CLOSE,
        None,
        FLOW_GRAPH_SCREEN_CAPTURE,
        None,
        BLOCK_CUT,
        BLOCK_COPY,
        BLOCK_PASTE,
        ELEMENT_DELETE,
        None,
        FLOW_GRAPH_UNDO,
        FLOW_GRAPH_REDO,
        None,
        FLOW_GRAPH_GEN,
        FLOW_GRAPH_EXEC,
        FLOW_GRAPH_KILL,
        None,
        BLOCK_ROTATE_LEFT,
        BLOCK_ROTATE_RIGHT,
        None,
        BLOCK_ENABLE,
        BLOCK_DISABLE,
)
The list of actions for the toolbar.

Definition at line 29 of file Bars.py.


Generated on Sat Aug 23 02:00:11 2008 for GNU Radio Companion by  doxygen 1.5.4