Processor box interaction:
[ardour.git] / gtk2_ardour / processor_box.h
index d7517d9e83da924eaa07e05bc2e961ca4bc95c45..330a920e87bc4eec49a7dd6be134083ae555cd5a 100644 (file)
@@ -158,6 +158,7 @@ public:
        /** Hide any widgets that should be hidden */
        virtual void hide_things ();
 
+       void toggle_inline_display_visibility ();
        void show_all_controls ();
        void hide_all_controls ();
        void add_control_state (XMLNode *) const;
@@ -236,7 +237,6 @@ private:
 
        std::list<Control*> _controls;
 
-       void toggle_inline_display_visibility ();
        void toggle_control_visibility (Control *);
        void toggle_panner_link ();
        void toggle_allow_feedback ();