Package: gtk

Function gtk:widget-observe-controllers

Lambda List

gtk:widget-observe-controllers (widget)

Arguments

widget -- a gtk:widget object

Return Value

The g:list-model object tracking the controllers of widet.

Details

Returns a g:list-model object to track the gtk:event-controller objects of widget.

Calling this function will enable extra internal bookkeeping to track controllers and emit signals on the returned list model. It may slow down operations a lot. Applications should try hard to avoid calling this function because of the slowdowns.
 

See also

#2024-12-9