allow to show/hide Monitor Section
[ardour.git] / gtk2_ardour / mixer_ui.h
index 8352ce76a259be9351c60fcfdc003d8e984d5862..68ea0ca2d9271cb99bb3344d65336df122d107bf 100644 (file)
@@ -76,6 +76,7 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
        int set_state (const XMLNode& );
 
        void show_mixer_list (bool yn);
+       void show_monitor_section (bool);
        
        void show_window ();
        bool hide_window (GdkEventAny *ev);
@@ -293,6 +294,9 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
 
        void monitor_section_going_away ();
 
+       void monitor_section_attached ();
+       void monitor_section_detached ();
+
        /// true if we are in fullscreen mode
        bool _maximised;