Package: gdk

Function gdk-window-process-updates

Lambda List

gdk-window-process-updates (window update-children)

Arguments

window -- a gdk-window object
update-children -- a boolean whether to also process updates for child windows

Details

Sends one or more expose events to window. The areas in each expose event will cover the entire update area for the window, see the function gdk-window-invalidate-region for details. Normally GDK calls the function gdk-window-process-all-updates on your behalf, so there is 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.

Warning

The function gdk-window-process-updates has been deprecated since version 3.22 and should not be used in newly written code.
 

See also

2020-9-23