13
0

Remove ambiguous enum bit combinations

This commit is contained in:
Robin Gareus 2024-11-16 19:39:20 +01:00
parent 27ccb1c9d3
commit 3625c28d54
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -55,11 +55,9 @@ public:
PaneBottom = 0x04, ///< bottom Ebox is a resizable Pane
AttLeft = 0x08, ///< if PaneLeft is not set, pack a fixed size Ebox on the left (Editor-Mixer)
AttBottom = 0x10, ///< bottom is a fixed size EBox attachment
PaneLeftBtm = 0x11,
PaneRightBtm = 0x12,
};
Tabbable (const std::string& user_visible_name, std::string const & untranslated_name, Gtk::Widget* top = NULL, bool tabbed_by_default = true, PaneLayout pl = PaneRightBtm);
Tabbable (const std::string& user_visible_name, std::string const & untranslated_name, Gtk::Widget* top = NULL, bool tabbed_by_default = true, PaneLayout pl = PaneRight);
~Tabbable ();
void add_to_notebook (Gtk::Notebook& notebook);