mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add navigation submenu
This commit is contained in:
parent
c0b7e9e969
commit
d321efd82e
2 changed files with 53 additions and 25 deletions
|
|
@ -9,11 +9,13 @@ namespace app::browser::header
|
|||
{
|
||||
class Menu : public Gtk::MenuButton
|
||||
{
|
||||
Glib::RefPtr<Gio::Menu> tab,
|
||||
tab_page,
|
||||
tab_close,
|
||||
tool,
|
||||
main;
|
||||
Glib::RefPtr<Gio::Menu> main,
|
||||
main_tab,
|
||||
main_tab_page,
|
||||
main_tab_page_navigation,
|
||||
main_tab_page_navigation_history,
|
||||
main_tab_close,
|
||||
main_tools;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue