init new tab button

This commit is contained in:
yggverse 2024-08-06 21:07:55 +03:00
parent 00920d39a9
commit 2fc4ac9541
5 changed files with 79 additions and 0 deletions

View file

@ -29,6 +29,18 @@ namespace app
(new header::Bar(this))->gtk // @TODO
);
// Init new tab button
this->tab = new header::Tab(
this
);
gtk_header_bar_pack_start(
GTK_HEADER_BAR(
this->gtk
),
this->tab->gtk
);
// Render
gtk_widget_show(
GTK_WIDGET(