20 #ifndef _WIDGETS_TABBABLE_H_
21 #define _WIDGETS_TABBABLE_H_
23 #include <ytkmm/box.h>
24 #include <ytkmm/button.h>
25 #include <ytkmm/eventbox.h>
26 #include <ytkmm/image.h>
27 #include <ytkmm/label.h>
28 #include <ytkmm/notebook.h>
43 class VisibilityTracker;
60 Tabbable (
const std::string& user_visible_name, std::string
const & untranslated_name, Gtk::Widget* top = NULL,
bool tabbed_by_default =
true,
PaneLayout pl = PaneRight);
70 Gtk::Widget&
contents()
const {
return *_contents; }
78 Gtk::Window*
get (
bool create =
false);