gio.simple_action_group

Module for [SimpleActionGroup] class

Types 3

[gio.simple_action_group.SimpleActionGroup] is a hash table filled with [gio.action.Action] objects, implementing the [gio.action_group.ActionGroup] and [gio.action_map.ActionMap] interfaces.

Methods
GType _gType() @property
SimpleActionGroup self()Returns `this`, for use in `with` statements.
SimpleActionGroupGidBuilder builder()Get builder for [gio.simpleactiongroup.SimpleActionGroup] Returns: New builder object
void insert(gio.action.Action action)Adds an action to the action group.
gio.action.Action lookup(string actionName)Looks up the action with the name action_name in the group.
void remove(string actionName)Removes the named action from the action group.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new, empty, #GSimpleActionGroup. Returns: a new #GSimpleActionGroup

Fluent builder for [gio.simple_action_group.SimpleActionGroup]