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 BodyContainer(Gtk.Box):
...
def _load_widgets(self):
widget_registery.expose_object("body-container", self)
self.add( LeftContainer() )
self.add( CenterContainer() )
self.add( RightContainer() )