Method
GtkWindowremove_mnemonic
Declaration [src]
void
gtk_window_remove_mnemonic (
GtkWindow* window,
guint keyval,
GtkWidget* target
)
Parameters
keyval-
Type:
guintThe mnemonic.
target-
Type:
GtkWidgetThe widget that gets activated by the mnemonic.
The data is owned by the caller of the method.