Class: Gtk::NamedAction
- Inherits:
-
ShortcutAction
- Object
- ShortcutAction
- Gtk::NamedAction
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#action_name ⇒ String
The name of the action to activate.
-
#action_name=(action_name) ⇒ String
The name of the action to activate.
-
#initialize(name) ⇒ Gtk::NamedAction
constructor
Creates an action that when activated, activates the named action on the widget.
Methods inherited from ShortcutAction
Constructor Details
#initialize(name) ⇒ Gtk::NamedAction
Creates an action that when activated, activates the named action on the widget.
It also passes the given arguments to it.
See [methodGtk.Widget.insert_action_group] for how to add actions to widgets.
Instance Method Details
#action_name ⇒ String
The name of the action to activate.
#action_name=(action_name) ⇒ String
The name of the action to activate.