make children widgets managed

This commit is contained in:
yggverse 2024-09-02 16:25:31 +03:00
parent 75aaa6e717
commit 02b0b42b6b
14 changed files with 25 additions and 77 deletions

View file

@ -13,6 +13,7 @@
#include <glibmm/stringutils.h>
#include <glibmm/ustring.h>
#include <gtkmm/box.h>
#include <gtkmm/object.h>
namespace app::browser::main::tab
{
@ -55,8 +56,6 @@ namespace app::browser::main::tab
const Glib::ustring & REQUEST = ""
);
~Page();
// Getters
Glib::ustring get_title();
Glib::ustring get_subtitle();