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. | |
tuple grc::gui::Bars.MENU_BAR_LIST [static] |
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,
)
1.5.4