Package: gio

Function g-menu-insert-submenu

Lambda List

g-menu-insert-submenu (menu position label submenu)

Arguments

menu -- a g-menu object
position -- an integer with the position at which to insert the item
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 inserting a submenu menu item into the menu. Combine the functions g-menu-item-new-submenu and g-menu-insert-item for a more flexible alternative.
 

See also

2021-8-16