SimpleActionGroup
Object Hierarchy:
Description:
public class SimpleActionGroup :
Object,
ActionGroup,
ActionMap
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 weak 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