Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.ActionGroup

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GActionGroup
Interface : ActionGroup
Implementations: Gio.Application, Gio.SimpleActionGroup
GActionGroup represents a group of actions.
Each action in the group has a unique name (which is a string). All
method calls, except g_action_group_list_actions() take the name of
an action as an argument.
The GActionGroup API is meant to be the 'public' API to the action
group. The calls here are exactly the interaction that 'external
the action group implementation) are found on subclasses. This is
why you will find -- for example -- g_action_group_get_enabled() but
not an equivalent set() call.
Signals are emitted on the action group in response to state changes
on individual actions.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.Application
Property
action_group : Gio.ActionGroup
Gio.Application
Method
set_action_group (ActionGroup action_group) : none
Sets or unsets the group of actions associated with the application.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:20 GMT+0800 (HKT)