Gdk.Window.ProcessUpdates Method
Sends one or more expose events to the window.

Syntax

public void ProcessUpdates (bool update_children)

Parameters

update_children
A bool, whether to process updates for child windows

Remarks

The areas in each expose event will cover the entire update area for the window (see Gdk.Window.InvalidateRegion for details). Normally GDK calls Gdk.Window.ProcessAllUpdates on your behalf, so there's no need to call this function unless you want to force expose events to be delivered immediately and synchronously (vs. the usual case, where GDK delivers them in an idle handler). Occasionally this is useful to produce nicer scrolling behavior, for example.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)