Package: gio

Function gio:menu-append-submenu

Lambda List

gio:menu-append-submenu (menu label submenu)

Arguments

menu -- a g:menu object
label -- a string with the section label, or nil
submenu -- a g:menu-model object with the items of the submenu

Details

Convenience function for appending a submenu to the end of the menu. Combine the g:menu-item-new-submenu and g:menu-insert-item functions for a more flexible alternative.
 

See also

2024-12-30