Package: gtk
Function gtk-widget-insert-action-group
Lambda Listgtk-widget-insert-action-group (widget name group) Argumentswidget -- a gtk-widget object name -- a string with the prefix for actions in group group -- a g-action-group object 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 |
2021-9-20