Package: gtk

Function gtk:widget-insert-action-group

Lambda List

gtk:widget-insert-action-group (widget prefix group)

Arguments

widget -- a gtk:widget object
prefix -- a string with the prefix for actions in group
group -- a g:action-group instance

Details

Inserts an action group into widget. Children of widget that implement the gtk:actionable interface can then be associated with actions in group by setting their action-name property to the "prefix.action-name" value.
 

See also

2024-5-13