Gtk.ActionGroup: Method Members

The methods of Gtk.ActionGroup are listed below. For a list of all members, see the ActionGroup Members list.

See Also: Inherited members from GLib.Object

Public Methods

Add(Action)
Adds an action object to the action group.
Add(ActionEntry[])
Ease of use function for adding multiple Gtk.Actions in a single call using the Gtk.ActionEntry struct.
Add(ToggleActionEntry[])
Ease of use function for adding multiple Gtk.ToggleActions in a single call using the Gtk.ToggleActionEntry struct.
Add(Action, string)
Adds an action object to the action group and sets up the accelerator.
Add(RadioActionEntry[], int, ChangedHandler)
Ease of use function for adding multiple Gtk.RadioActions in a single call using the Gtk.RadioActionEntry struct.
GetAction(string) : Action
Looks up an action in the action group by name.
ListActions() : Action[]
Gets a list of the Gtk.Actions in the Gtk.ActionGroup.
Remove(Action)
Removes an action object from the action group.
TranslateString(string) : string
Translates a string using the specified ActionGroup.TranslateFunc.

Protected Methods

OnConnectProxy(Action, Widget)
Default handler for the ActionGroup.ConnectProxy event.
OnDisconnectProxy(Action, Widget)
Default handler for the ActionGroup.DisconnectProxy event.
OnPostActivate(Action)
Default handler for the ActionGroup.PostActivate event.
OnPreActivate(Action)
Default handler for the ActionGroup.PreActivate event.