Prepare for Tabbable API change (1/3)

This commit is contained in:
Robin Gareus 2021-02-23 17:22:22 +01:00
parent 3290fcbe34
commit d264cbb21b
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -47,7 +47,7 @@ public:
Tabbable (Gtk::Widget&, const std::string& user_visible_name, std::string const & untranslated_name, bool tabbed_by_default = true);
~Tabbable ();
void add_to_notebook (Gtk::Notebook& notebook, const std::string& tab_title);
void add_to_notebook (Gtk::Notebook& notebook, const std::string& tab_title = "");
void make_visible ();
void make_invisible ();
void change_visibility ();