Method

GtkWindowmnemonic_activate

Declaration [src]

gboolean
gtk_window_mnemonic_activate (
  GtkWindow* window,
  guint keyval,
  GdkModifierType modifier
)

Description [src]

Activates the targets associated with the mnemonic.

Parameters

keyval

Type: guint

The mnemonic.

modifier

Type: GdkModifierType

The modifiers.

Return value

Type: gboolean

TRUE if the activation is done.