summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-29 20:08:48 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-29 20:08:48 +0000
commitdb429c2362f69664805c14419b95ad6b02759948 (patch)
tree0fea91d0ae0c43931ccf31e134409169ba486bf9 /gtk2_ardour/rc_option_editor.h
parent4d365d08c1f654289f3df5a3b2ef6079b1dcea28 (diff)
Some limited control of mixer strip component
visibility. git-svn-id: svn://localhost/ardour2/branches/3.0@10341 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index 4d26dc527d..7a40449fb3 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -18,6 +18,7 @@
*/
#include "option_editor.h"
+#include "visibility_group.h"
/** @file rc_option_editor.h
* @brief Editing of options which are obtained from and written back to one of the .rc files.
@@ -39,4 +40,5 @@ private:
ARDOUR::RCConfiguration* _rc_config;
BoolOption* _solo_control_is_listen_control;
ComboOption<ARDOUR::ListenPosition>* _listen_position;
+ VisibilityGroup _mixer_strip_visibility;
};