Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkDisplayFlush

gdkDisplayFlush


Description

Flushes any requests queued for the windowing system; this happens automatically when the main loop blocks waiting for new events, but if your application is drawing without returning control to the main loop, you may need to call this function explicitely. A common case where this function needs to be called is when an application is executing drawing commands from a thread other than the thread where the main loop is running.

Usage

gdkDisplayFlush(object)

Arguments

object

a GdkDisplay

Details

This is most useful for X11. On windowing systems where requests are handled synchronously, this function will do nothing. Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.