Method

GtkWindowremove_mnemonic

Declaration [src]

void
gtk_window_remove_mnemonic (
  GtkWindow* window,
  guint keyval,
  GtkWidget* target
)

Description [src]

Removes a mnemonic from this window.

Parameters

keyval

Type: guint

The mnemonic.

target

Type: GtkWidget

The widget that gets activated by the mnemonic.

The data is owned by the caller of the method.