Method
GtkWidgetremove_accelerator
Declaration [src]
gboolean
gtk_widget_remove_accelerator (
GtkWidget* widget,
GtkAccelGroup* accel_group,
guint accel_key,
GdkModifierType accel_mods
)
Description [src]
Removes an accelerator from widget
, previously installed with gtk_widget_add_accelerator().
Parameters
accel_group |
GtkAccelGroup |
Accel group for this widget. |
|
The data is owned by the caller of the function. | |
accel_key |
guint |
GDK keyval of the accelerator. |
|
accel_mods |
GdkModifierType |
Modifier key combination of the accelerator. |