Package: gdk

Callback gdk:window-child-func

Syntax

lambda (window) => result

Arguments

window -- a gdk:window object
result -- true to invalidate window recursively

Details

A callback function of this type is passed to the gdk:window-invalidate-maybe-recurse function. It gets called for each child of the window to determine whether to recursively invalidate it or not.
 

See also

#2025-06-29