Package: gtk

Function gtk:action-create-menu-item

Lambda List

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

Arguments

action -- a gtk:action object

Return Value

The gtk:image-menu-item widget connected to the action.

Details

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

Warning

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

See also

2024-9-26