Widget.insertActionGroup
void insertActionGroup(string name, gio.action_group.ActionGroup group = null)Inserts group into widget. Children of widget that implement #GtkActionable can then be associated with actions in group by setting their “action-name” to prefix.action-name.
If group is null, a previously inserted group for name is removed from widget.
Parameters
name | the prefix for actions in group |
group | a #GActionGroup, or null |