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

gdkDisplaySync

gdkDisplaySync


Description

Flushes any requests queued for the windowing system and waits until all requests have been handled. This is often used for making sure that the display is synchronized with the current state of the program. Calling gdkDisplaySync before gdkErrorTrapPop() makes sure that any errors generated from earlier requests are handled before the error trap is removed.

Usage

gdkDisplaySync(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.2

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.