Aded context menu to tabs widget; registered other widgets to registery

This commit is contained in:
2026-02-16 23:52:03 -06:00
parent 6c42ff7c7d
commit d4dc972c6d
12 changed files with 118 additions and 33 deletions

View File

@@ -38,6 +38,8 @@ class CenterContainer(Gtk.Box):
...
def _load_widgets(self):
widget_registery.expose_object("center-container", self)
glade_box = widget_registery.get_object("glade_box")
button = Gtk.Button(label = "Click Me!")