diff options
author | Seth Hitefield <sdhitefield@gmail.com> | 2014-06-05 14:23:50 -0400 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-06-13 11:04:07 +0200 |
commit | 8949a9e00e989e98abf334f839b7a4e91a2339e4 (patch) | |
tree | 1b372500379afbf692cb2e171b080341d55bbece /grc/gui/Bars.py | |
parent | 34ee3b7d45678dfcca221d03ca6d796a46e41288 (diff) |
grc: Fixed scroll functionality in GRC.
Also added clear and scrollback capability for the logging window
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index da1b1469e1..defde1cc57 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -55,6 +55,7 @@ TOOLBAR_LIST = ( Actions.RELOAD_BLOCKS, Actions.OPEN_HIER, Actions.BUSSIFY_SOURCES, + Actions.CLEAR_REPORTS, ) ##The list of actions and categories for the menu bar. @@ -88,10 +89,12 @@ MENU_BAR_LIST = ( Actions.BLOCK_DISABLE, None, Actions.BLOCK_PARAM_MODIFY, + Actions.CLEAR_REPORTS, ]), (gtk.Action('View', '_View', None, None), [ Actions.TOGGLE_BLOCKS_WINDOW, Actions.TOGGLE_REPORTS_WINDOW, + Actions.TOGGLE_SCROLL_LOCK, None, Actions.ERRORS_WINDOW_DISPLAY, Actions.FIND_BLOCKS, |