mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init tab class
This commit is contained in:
parent
3e24a6fb72
commit
3bcffc4326
5 changed files with 90 additions and 0 deletions
|
|
@ -19,6 +19,20 @@ namespace app
|
|||
this->gtk
|
||||
)
|
||||
);
|
||||
|
||||
// Init tab
|
||||
this->tab = new container::Tab(
|
||||
this
|
||||
);
|
||||
|
||||
gtk_box_append(
|
||||
GTK_BOX(
|
||||
this->gtk
|
||||
),
|
||||
GTK_WIDGET(
|
||||
this->tab
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue