fix merge conflict from master
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / tearoff.h
index 051217aedb156d8ead41039dce3e5ea5db33aa3a..7f4358c15454fa334b6dc0980a30c05ddbd15ab8 100644 (file)
@@ -35,9 +35,10 @@ class TearOff : public Gtk::HBox
        TearOff (Gtk::Widget& contents, bool allow_resize = false);
        virtual ~TearOff ();
 
-       void set_visible (bool yn);
+       void set_visible (bool yn, bool force = false);
        void set_can_be_torn_off (bool);
        bool can_be_torn_off () const { return _can_be_torn_off; }
+       bool visible () const { return _visible; }
 
        sigc::signal<void> Detach;
        sigc::signal<void> Attach;