Method

GdkWindowset_invalidate_handler

since: 3.10

Declaration [src]

void
gdk_window_set_invalidate_handler (
  GdkWindow* window,
  GdkWindowInvalidateHandlerFunc handler
)

Description [src]

Registers an invalidate handler for a specific window. This will get called whenever a region in the window or its children is invalidated.

This can be used to record the invalidated region, which is useful if you are keeping an offscreen copy of some region and want to keep it up to date. You can also modify the invalidated region in case you’re doing some effect where e.g. a child widget appears in multiple places.

Available since: 3.10

This method is not directly available to language bindings.

Parameters

handler

Type: GdkWindowInvalidateHandlerFunc

A GdkWindowInvalidateHandlerFunc callback function.