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

gdkEventGetGraphicsExpose

gdkEventGetGraphicsExpose


Description

Waits for a GraphicsExpose or NoExpose event from the X server. This is used in the GtkText and GtkCList widgets in GTK+ to make sure any GraphicsExpose events are handled before the widget is scrolled. WARNING: gdk_event_get_graphics_expose has been deprecated since version 2.18 and should not be used in newly-written code.

Usage

gdkEventGetGraphicsExpose(window)

Arguments

window

the GdkWindow to wait for the events for.

Value

[GdkEvent] a GdkEventExpose if a GraphicsExpose was received, or NULL if a NoExpose event was received.

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.