create tab page submenu

This commit is contained in:
yggverse 2024-09-05 03:11:10 +03:00
parent c77bfbbc7b
commit c0b7e9e969
4 changed files with 14 additions and 5 deletions

View file

@ -10,6 +10,7 @@ namespace app::browser::header
class Menu : public Gtk::MenuButton
{
Glib::RefPtr<Gio::Menu> tab,
tab_page,
tab_close,
tool,
main;