The members of Gtk.ActionGroup are listed below.
See Also: Inherited members from GLib.Object
| Internal constructor | ||
| Creates a new Gtk.ActionGroup object. |
| Internal constructor |
| [read-only] static | GType | GLib.GType. GType Property. |
| [read-only] default property | Item(string) | Action. Returns the Gtk.Action with the specified name. |
| [read-only] | Name | string. Gets the name of the action group. |
| Sensitive | bool. The sensitivity of the ActionGroup | |
| [write-only] | TranslateFunc | TranslateFunc. Function to be used for translating the label and tooltip of GtkActionGroupEntrys added by ActionGroup.AddActions(). |
| [write-only] | TranslationDomain | string. Sets the translation domain and uses dgettext() for translating the label and tooltip of Gtk.ActionEntrys added by ActionGroup.AddActions(). |
| Visible | bool. The visibility of the ActionGroup |
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)Looks up an action in the action group by name. | ||
ListActions()Gets a list of the Gtk.Actions in the Gtk.ActionGroup. | ||
Remove(Action)Removes an action object from the action group. | ||
TranslateString(string)Translates a string using the specified ActionGroup.TranslateFunc. | ||
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. | ||
| ConnectProxy | The ConnectProxy signal is emitted after connecting a proxy to an action in the group. | |
| DisconnectProxy | The DisconnectProxy signal is emitted after disconnecting a proxy from an action in the group. | |
| PostActivate | The PostActivate signal is emitted just after the action is activated. | |
| PreActivate | The PreActivate signal is emitted just before the action is activated. |