Class
Gtk.MnemonicTrigger
Description [src]
final class Gtk.MnemonicTrigger : Gtk.ShortcutTrigger {
/* No available fields */
}
A GtkShortcutTrigger
that triggers when a specific mnemonic is pressed.
Mnemonics require a mnemonic modifier (typically Alt) to be pressed together with the mnemonic key.
Ancestors
- GtkShortcutTrigger
- GObject
Constructors
gtk_mnemonic_trigger_new
Creates a GtkShortcutTrigger
that will trigger whenever the key with
the given keyval
is pressed and mnemonics have been activated.
Instance methods
gtk_mnemonic_trigger_get_keyval
Gets the keyval that must be pressed to succeed triggering self
.
Methods inherited from GtkShortcutTrigger (8)
gtk_shortcut_trigger_compare
The types of trigger1
and trigger2
are #gconstpointer only to allow
use of this function as a GCompareFunc
.
gtk_shortcut_trigger_equal
Checks if trigger1
and trigger2
trigger under the same conditions.
gtk_shortcut_trigger_hash
Generates a hash value for a GtkShortcutTrigger
.
gtk_shortcut_trigger_print
Prints the given trigger into a string for the developer. This is meant for debugging and logging.
gtk_shortcut_trigger_print_label
Prints the given trigger into a string.
gtk_shortcut_trigger_to_label
Gets textual representation for the given trigger.
gtk_shortcut_trigger_to_string
Prints the given trigger into a human-readable string.
gtk_shortcut_trigger_trigger
Checks if the given event
triggers self
.
Properties
Gtk.MnemonicTrigger:keyval
The key value for the trigger.