Revert "make tab widgets managed"

This reverts commit 6dcfb669bf.
This commit is contained in:
yggverse 2024-09-02 19:21:13 +03:00
parent 6dcfb669bf
commit 468e582401
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,6 @@
#include <glibmm/i18n.h>
#include <glibmm/ustring.h>
#include <gtkmm/notebook.h>
#include <gtkmm/object.h>
namespace app::browser::main
{
@ -31,6 +30,8 @@ namespace app::browser::main
Tab();
~Tab();
Glib::ustring get_page_title(
const int & PAGE_NUMBER
);