Keeping both builders, renaming them.

This commit is contained in:
Pcornat 2026-03-18 19:39:02 +01:00
commit 0b38380437
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 34 additions and 28 deletions

View file

@ -83,7 +83,8 @@ namespace gui_to_app {
bool erase_obj(const character::billyEnums &obj) noexcept;
Glib::RefPtr<Gtk::Builder> app_builder;
Glib::RefPtr<Gtk::Builder> window_builder;
Glib::RefPtr<Gtk::Builder> menu_builder;
learn_gtkmm4::HelloWorld *main_window{ nullptr };
selection_button *sword_switch{ nullptr };
selection_button *lance_switch{ nullptr };