gio.simple_action_group

Module for SimpleActionGroup class

Types 3

Methods
GType _gType() @property
SimpleActionGroup self()Returns `this`, for use in `with` statements.
SimpleActionGroupGidBuilder builder()Get builder for [gio.simple_action_group.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