Package: gtk

Function gtk:mnemonic-trigger-new

Lambda List

gtk:mnemonic-trigger-new (keyval)

Arguments

keyval -- a char or an unsigned integer with the keyval to trigger for

Return Value

The new gtk:mnemonic-trigger object.

Details

Creates a gtk:shortcut-trigger object 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.
 

See also

2024-11-1