[ CCode ( instance_pos = 1.9 ) ]
public delegate bool WindowChildFunc (Window window)
A function of this type is passed to invalidate_maybe_recurse.
It gets called for each child of the window to determine whether to recursively invalidate it or now.
window |
a Window |
user_data |
user data |
true to invalidate |