mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
create tab page submenu
This commit is contained in:
parent
c77bfbbc7b
commit
c0b7e9e969
4 changed files with 14 additions and 5 deletions
|
|
@ -17,9 +17,17 @@ Menu::Menu()
|
|||
"win.main_tab_append"
|
||||
);
|
||||
|
||||
tab->append(
|
||||
_("Update"),
|
||||
"win.main_tab_update"
|
||||
// Build tab page submenu model
|
||||
tab_page = Gio::Menu::create();
|
||||
|
||||
tab_page->append(
|
||||
_("Update"),
|
||||
"win.main_tab_page_update"
|
||||
);
|
||||
|
||||
tab->append_submenu(
|
||||
_("Page"),
|
||||
tab_page
|
||||
);
|
||||
|
||||
// Build tab close submenu model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue