mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init new tab button
This commit is contained in:
parent
00920d39a9
commit
2fc4ac9541
5 changed files with 79 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue