Window.invalidateRect

A convenience wrapper around gdk_window_invalidate_region() which invalidates a rectangular region. See gdk_window_invalidate_region() for details.

class Window
void
invalidateRect

Parameters

rect Rectangle*

rectangle to invalidate or NULL to invalidate the whole window. [allow-none]

invalidateChildren int

whether to also invalidate child windows

Meta