MnemonicTrigger 
    open class MnemonicTrigger(val gtkMnemonicTriggerPointer: <Error class: unknown class><<Error class: unknown class>>) : ShortcutTrigger(source)
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.
Constructors
Link copied to clipboard
                  constructor(keyval: <Error class: unknown class>)
Creates a GtkShortcutTrigger that will trigger whenever the key with the given @keyval is pressed and mnemonics have been activated.
constructor(gtkMnemonicTriggerPointer: <Error class: unknown class><<Error class: unknown class>>)
Functions
Link copied to clipboard
                  The types of @trigger1 and @trigger2 are gconstpointer only to allow use of this function as a GCompareFunc.
Link copied to clipboard
                  Checks if @trigger1 and @trigger2 trigger under the same conditions.
Link copied to clipboard
                  open fun printLabel(display: <Error class: unknown class>, string: <Error class: unknown class>): Boolean
Prints the given trigger into a string.