SimpleActionGroup
Object Hierarchy:
Description:
[
CCode ( type_id =
"g_simple_action_group_get_type ()" ) ]
[
Version ( since =
"2.28" ) ]
public class SimpleActionGroup :
Object,
ActionGroup,
ActionMap
`GSimpleActionGroup` is a hash table filled with [iface@Gio.
Action] objects, implementing the [iface@Gio.ActionGroup] and [iface@Gio.ActionMap] interfaces.
Content:
Creation methods:
Methods:
- public void add_entries (ActionEntry[] entries, void* user_data)
A convenience function for creating multiple
SimpleAction instances and adding them to the action group.
- public void insert (Action action)
Adds an action to the action group.
- public unowned Action lookup (string action_name)
Looks up the action with the name action_name in the
group.
- public void remove (string action_name)
Removes the named action from the action group.
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.ActionGroup
All known members inherited from interface GLib.ActionMap