summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 62a81a6a00..dd31e2bbd4 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -231,15 +231,8 @@ public:
void new_midi_tracer_window ();
void toggle_editing_space();
void toggle_mixer_space();
- void toggle_mixer_list();
- void toggle_monitor_section_visibility ();
void toggle_keep_tearoffs();
- void toggle_vca_pane();
-#ifdef MIXBUS
- void toggle_mixbus_pane();
-#endif
-
void reset_focus (Gtk::Widget*);
static PublicEditor* _instance;
@@ -372,6 +365,11 @@ public:
protected:
friend class PublicEditor;
+ void toggle_use_monitor_section ();
+ void monitor_dim_all ();
+ void monitor_cut_all ();
+ void monitor_mono ();
+
void toggle_auto_play ();
void toggle_auto_input ();
void toggle_punch ();