Package: gtk

Function gtk-action-create-menu-item

Lambda List

gtk-action-create-menu-item (action)

Arguments

action -- a gtk-action object

Return Value

A gtk-image-menu-item widget connected to the action.

Details

Creates a menu item widget that proxies for the given action.

Warning

The function gtk-action-create-menu-item has been deprecated since version 3.10 and should not be used in newly written code. Use the function g-menu-item-new and associate it with a g-action object instead.
 

See also

2021-7-20