From 5ce89c373085b4d8d435e1ab90662840e0f57e42 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Feb 2010 20:45:23 +0000 Subject: Set unique keyboard mnemonics for widgets. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2453 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/LoadPluginWindow.cpp | 6 +-- src/gui/ingen_gui.glade | 111 +++++++++++-------------------------------- 2 files changed, 31 insertions(+), 86 deletions(-) (limited to 'src') diff --git a/src/gui/LoadPluginWindow.cpp b/src/gui/LoadPluginWindow.cpp index 5e12867e..86c8f317 100644 --- a/src/gui/LoadPluginWindow.cpp +++ b/src/gui/LoadPluginWindow.cpp @@ -53,9 +53,9 @@ LoadPluginWindow::LoadPluginWindow(BaseObjectType* cobject, const Glib::RefPtrset_model(_plugins_liststore); _plugins_treeview->append_column("", _plugins_columns._col_icon); - _plugins_treeview->append_column("Name", _plugins_columns._col_name); - _plugins_treeview->append_column("Type", _plugins_columns._col_type); - _plugins_treeview->append_column("URI", _plugins_columns._col_uri); + _plugins_treeview->append_column("_Name", _plugins_columns._col_name); + _plugins_treeview->append_column("_Type", _plugins_columns._col_type); + _plugins_treeview->append_column("_URI", _plugins_columns._col_uri); // This could be nicer.. store the TreeViewColumns locally maybe? _plugins_treeview->get_column(1)->set_sort_column(_plugins_columns._col_name); diff --git a/src/gui/ingen_gui.glade b/src/gui/ingen_gui.glade index 8c35c2e8..d11335b6 100644 --- a/src/gui/ingen_gui.glade +++ b/src/gui/ingen_gui.glade @@ -492,8 +492,10 @@ True 1 - Node Name: + Node _Symbol: True + True + load_plugin_name_entry 2 @@ -554,7 +556,7 @@ - Polyphonic + _Polyphonic True True False @@ -676,7 +678,9 @@ True 0 - Name: + _Symbol: + True + new_subpatch_name_entry GTK_FILL @@ -688,7 +692,9 @@ True 0 - Polyphony: + _Polyphony: + True + new_subpatch_polyphony_spinbutton 1 @@ -702,6 +708,7 @@ True True + True 1 0 100 1 10 0 1 @@ -766,47 +773,13 @@ + gtk-ok True True True True False - - - True - 0 - 0 - - - True - 2 - - - True - gtk-ok - - - False - False - 0 - - - - - True - Create - True - - - False - False - 1 - - - - - - + True False @@ -1907,7 +1880,9 @@ True - Symbol: + _Symbol: + True + rename_symbol_entry GTK_FILL @@ -1930,7 +1905,9 @@ True - Label: + _Label: + True + rename_label_entry 1 @@ -1987,47 +1964,13 @@ + gtk-ok True True True True False - - - True - 0 - 0 - - - True - 2 - - - True - gtk-ok - - - False - False - 0 - - - - - True - Rename - True - - - False - False - 1 - - - - - - + True False @@ -2236,7 +2179,7 @@ Contributors: - Connect to running server at: + _Connect to running server at: True True False @@ -2250,7 +2193,7 @@ Contributors: - Launch and connect to server on port: + _Launch and connect to server on port: True True False @@ -2267,7 +2210,7 @@ Contributors: - Use internal engine + Use _internal engine True False True @@ -2318,10 +2261,11 @@ Contributors: start - Deactivate + D_eactivate True True True + True False @@ -2331,10 +2275,11 @@ Contributors: - Activate + _Activate True True True + True False -- cgit v1.2.1