Allow to pre-seed Tabbable detached state.
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / tabbable.h
index e72a86d2d85a3aff94308059f727ffe284aa1017..d7e1429ada668a288d4458108f3266a45f3d1614 100644 (file)
@@ -42,7 +42,7 @@ class VisibilityTracker;
 
 class LIBGTKMM2EXT_API Tabbable : public WindowProxy {
   public:
-       Tabbable (Gtk::Widget&, const std::string&);
+       Tabbable (Gtk::Widget&, const std::string&, bool tabbed_by_default = true);
        ~Tabbable ();
 
        void add_to_notebook (Gtk::Notebook& notebook, const std::string& tab_title);