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