Package: gtk

Function gtk:widget-insert-action-group

Lambda List

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

Arguments

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

Details

Inserts 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 to "prefix.action-name".
 

See also

#2023-3-8