Package: gtk

Callback gtk-tick-callback

Details

Callback type for adding a function to update animations. See the gtk-widget-add-tick-callback function.
 lambda (widget clock)  
widget
A gtk-widget object.
clock
The gdk-frame-clock object for the widget. Same as calling the gtk-widget-frame-clock function.
Returns
True if the tick callback function should continue to be called, false if the tick callback function should be removed.
 

See also

2021-9-16