summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 09:12:58 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 09:12:58 +0000
commitbb8bf97474863c14e6f22bdbeb4d77990e830e1d (patch)
tree91ef8820f537c96c0a35061a1e6fdf56232f47a3 /src/gui/PatchWindow.hpp
parent8a614ae060308637dd0ade55383ea54199531198 (diff)
downloadingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.tar.gz
ingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.tar.bz2
ingen-bb8bf97474863c14e6f22bdbeb4d77990e830e1d.zip
Add option to hide port labels.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1767 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r--src/gui/PatchWindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp
index 3673e1a8..62adf4c8 100644
--- a/src/gui/PatchWindow.hpp
+++ b/src/gui/PatchWindow.hpp
@@ -97,6 +97,7 @@ private:
void event_clear();
void event_fullscreen_toggled();
void event_human_names_toggled();
+ void event_port_names_toggled();
void event_arrange();
void event_show_properties();
void event_show_controls();
@@ -127,6 +128,7 @@ private:
Gtk::MenuItem* _menu_close;
Gtk::MenuItem* _menu_quit;
Gtk::CheckMenuItem* _menu_human_names;
+ Gtk::CheckMenuItem* _menu_show_port_names;
Gtk::MenuItem* _menu_fullscreen;
Gtk::MenuItem* _menu_clear;
Gtk::MenuItem* _menu_destroy_patch;