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

@ -3,6 +3,7 @@
#include <glibmm/ustring.h>
#include <gtkmm/box.h>
#include <gtkmm/object.h>
namespace app::browser::header
{
@ -23,8 +24,6 @@ namespace app::browser::header
Main();
~Main();
void set_title(
const Glib::ustring & VALUE
);