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 -- a gdk:modifier-type value with the modifier key combination of the accelerator

Return Value

The 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

#2023-3-8