Package: gtk

Function gtk-action-create-tool-item

Lambda List

gtk-action-create-tool-item (action)

Arguments

action -- a gtk-action object

Return Value

A gtk-tool-button widget connected to the action.

Details

Creates a toolbar item that proxies for the given action.

Warning

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

See also

2021-7-20