Class: Gtk::MnemonicTrigger
- Inherits:
-
ShortcutTrigger
- Object
- ShortcutTrigger
- Gtk::MnemonicTrigger
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(keyval) ⇒ Gtk::MnemonicTrigger
constructor
Creates a
GtkShortcutTriggerthat will trigger whenever the key with the given keyval is pressed and mnemonics have been activated. -
#keyval ⇒ Integer
The key value for the trigger.
-
#keyval=(keyval) ⇒ Integer
The key value for the trigger.
Methods inherited from ShortcutTrigger
#compare, #equal, #hash, #print, #print_label, #to_label, #to_string, #trigger
Constructor Details
#initialize(keyval) ⇒ Gtk::MnemonicTrigger
Creates a GtkShortcutTrigger that will trigger whenever the key with
the given keyval is pressed and mnemonics have been activated.
Mnemonics are activated by calling code when a key event with the right modifiers is detected.
Instance Method Details
#keyval ⇒ Integer
The key value for the trigger.
#keyval=(keyval) ⇒ Integer
The key value for the trigger.