update header menu namespace

This commit is contained in:
yggverse 2024-08-06 21:34:52 +03:00
parent 2fc4ac9541
commit 3fe3468696
13 changed files with 45 additions and 131 deletions

View file

@ -21,15 +21,19 @@ namespace app
Header::SHOW_TITLE_BUTTONS
);
// Init title widget
// Init menu element
this->menu = new header::Menu(
this
);
gtk_header_bar_pack_start(
GTK_HEADER_BAR(
this->gtk
),
(new header::Bar(this))->gtk // @TODO
this->menu->gtk
);
// Init new tab button
// Init new tab element
this->tab = new header::Tab(
this
);