Package: gio

Function g-menu-prepend

Lambda List

g-menu-prepend (menu label action)

Arguments

menu -- a g-menu object
label -- a string with the section label, or nil
action -- the detailed action string, or nil

Details

Convenience function for prepending a normal menu item to the start of the menu. Combine the functions g-menu-item-new and g-menu-insert-item for a more flexible alternative.
 

See also

2021-8-16