Package: gtk

Function gtk-widget-remove-accelerator

Lambda List

gtk-widget-remove-accelerator (widget group key mods)

Arguments

widget -- a gtk-widget object to remove an accelerator from
group -- a gtk-accel-group object for widget
key -- an unsigned integer with the GDK keyval of the accelerator
mods -- the gdk-modifier-tpye flags with the modifier key combination of the accelerator

Return Value

A boolean whether an accelerator was installed and could be removed.

Details

Removes an accelerator from the widget, previously installed with the gtk-widget-add-accelerator function.
 

See also

2021-9-16