Class

GtkNamedAction

[]

Description [src]

final class Gtk.NamedAction : Gtk.ShortcutAction
{
  /* No available fields */
}

A GtkShortcutAction that activates an action by name.

[]

Hierarchy

hierarchy this GtkNamedAction ancestor_0 GtkShortcutAction ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Constructors

gtk_named_action_new

Creates an action that when activated, activates the named action on the widget.

[]

Instance methods

gtk_named_action_get_action_name

Returns the name of the action that will be activated.

Methods inherited from GtkShortcutAction (3)
Methods inherited from GObject (43)
[]

Properties

Gtk.NamedAction:action-name

The name of the action to activate.

[]

Signals

Signals inherited from GObject (1)

Class structure