Package: gtk

Function gtk:action-create-tool-item

Lambda List

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

Arguments

action -- a gtk:action object

Return Value

The gtk:tool-button widget connected to the action.

Details

Creates a toolbar item that proxies for the given action.

Warning

The gtk:action-create-tool-item function 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 gtk:actionable-action-name function instead.
 

See also

2024-9-26