mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
make children widgets managed
This commit is contained in:
parent
75aaa6e717
commit
02b0b42b6b
14 changed files with 25 additions and 77 deletions
|
|
@ -15,18 +15,13 @@ Main::Main()
|
|||
);
|
||||
|
||||
// Init tabs
|
||||
mainTab = new main::Tab();
|
||||
mainTab = Gtk::make_managed<main::Tab>();
|
||||
|
||||
append(
|
||||
* mainTab
|
||||
);
|
||||
}
|
||||
|
||||
Main::~Main()
|
||||
{
|
||||
delete mainTab;
|
||||
}
|
||||
|
||||
// Getters
|
||||
Glib::ustring Main::get_current_tab_page_title()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue