WindowChildFunc


Description:

[ 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.

Parameters:

window

a Window

user_data

user data

Returns:

true to invalidate window recursively


Namespace: Gdk
Package: gdk-3.0