Class: Gtk::Shortcut
- Inherits:
-
Object
- Object
- Gtk::Shortcut
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#action ⇒ Gtk::ShortcutAction
The action that gets activated by this shortcut.
-
#action=(action) ⇒ Gtk::ShortcutAction
The action that gets activated by this shortcut.
-
#arguments ⇒ GLib::Variant
Arguments passed to activation.
-
#arguments=(arguments) ⇒ GLib::Variant
Arguments passed to activation.
-
#initialize(trigger, action, format_string, array) ⇒ Gtk::Shortcut
constructor
Creates a new
GtkShortcutthat is triggered by trigger and then activates action with arguments given by format_string. -
#trigger ⇒ Gtk::ShortcutTrigger
The trigger that triggers this shortcut.
-
#trigger=(trigger) ⇒ Gtk::ShortcutTrigger
The trigger that triggers this shortcut.
Constructor Details
#initialize(trigger, action, format_string, array) ⇒ Gtk::Shortcut
Creates a new GtkShortcut that is triggered by trigger and then activates
action with arguments given by format_string.
Instance Method Details
#action ⇒ Gtk::ShortcutAction
The action that gets activated by this shortcut.
#action=(action) ⇒ Gtk::ShortcutAction
The action that gets activated by this shortcut.
#arguments ⇒ GLib::Variant
Arguments passed to activation.
#arguments=(arguments) ⇒ GLib::Variant
Arguments passed to activation.
#trigger ⇒ Gtk::ShortcutTrigger
The trigger that triggers this shortcut.
#trigger=(trigger) ⇒ Gtk::ShortcutTrigger
The trigger that triggers this shortcut.