GdkWindowChildFunc

A function of this type is passed to Window.invalidateMaybeRecurse. It gets called for each child of the window to determine whether to recursively invalidate it or now.

alias GdkWindowChildFunc = int function(GdkWindow* window, void* userData)

Return Value

TRUE to invalidate window recursively