Method

GtkLabelget_mnemonic_keyval

Declaration [src]

guint
gtk_label_get_mnemonic_keyval (
  GtkLabel* label
)

Description [src]

If the label has been set so that it has an mnemonic key this function returns the keyval used for the mnemonic accelerator. If there is no mnemonic set up it returns #GDK_KEY_VoidSymbol.

Return value

Type: guint

GDK keyval usable for accelerators, or #GDK_KEY_VoidSymbol.