Package: gio

Function g-menu-insert

Lambda List

g-menu-insert (menu position label action)

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
action -- the detailed action string, or nil

Details

Convenience function for inserting a normal menu item into the menu. Combine the functions g-menu-item-new and g-menu-insert-item for a more flexible alternative.
 

See also

2021-8-16