fix merge conflict from master
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / tearoff.h
index 38cc3d2a1a66d5aedfafdcf2a96e24a4c2673123..7f4358c15454fa334b6dc0980a30c05ddbd15ab8 100644 (file)
@@ -38,6 +38,7 @@ class TearOff : public Gtk::HBox
        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;