gdkEventGetGraphicsExpose {RGtk2}R Documentation

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.

Usage

gdkEventGetGraphicsExpose(window)

Arguments

window [GdkWindow] 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


[Package RGtk2 version 2.12.5-3 Index]