Package: gtk

Function gtk:widget-remove-controller

Lambda List

gtk:widget-remove-controller (widget controller)

Arguments

widget -- a gtk:widget object
controller -- a gtk:event-controller object

Details

Removes the event controller from the widget, so that it does not process events anymore. The event controller should not be used again.

Widgets will remove all event controllers automatically when they are destroyed, there is normally no need to call this function.
 

See also

2025-2-13