Function
GdkWindowChildFunc
Description [src]
A function of this type is passed to gdk_window_invalidate_maybe_recurse(). It gets called for each child of the window to determine whether to recursively invalidate it or now.
Parameters
window
-
Type:
GdkWindow
A
GdkWindow
.The data is owned by the caller of the function. user_data
-
Type:
gpointer
User data.
The argument can be NULL
.The data is owned by the caller of the function.