mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update header menu namespace
This commit is contained in:
parent
2fc4ac9541
commit
3fe3468696
13 changed files with 45 additions and 131 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue