MnemonicTrigger.this

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.

  1. this(GtkMnemonicTrigger* gtkMnemonicTrigger, bool ownedRef)
  2. this(uint keyval)
    class MnemonicTrigger
    this
    (
    uint keyval
    )

Parameters

keyval uint

The keyval to trigger for

Return Value

A new GtkShortcutTrigger

Throws

ConstructionException GTK+ fails to create the object.

Meta