Widget.insertActionGroup

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.

class Widget
void
insertActionGroup

Parameters

name string

the prefix for actions in group

group gio.action_group.ActionGroup

a #GActionGroup, or null