mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
make tab widgets managed
This commit is contained in:
parent
02b0b42b6b
commit
6dcfb669bf
2 changed files with 3 additions and 7 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <glibmm/i18n.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/notebook.h>
|
||||
#include <gtkmm/object.h>
|
||||
|
||||
namespace app::browser::main
|
||||
{
|
||||
|
|
@ -30,8 +31,6 @@ namespace app::browser::main
|
|||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
||||
Glib::ustring get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue