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

@@ -36,4 +36,6 @@ class FooterContainer(Gtk.Box):
...
def _load_widgets(self):
widget_registery.expose_object("footer-container", self)
self.add( CodeContainer() )