gdkEventGetGraphicsExpose: gdkEventGetGraphicsExpose

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

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

1

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 documentation built on Oct. 14, 2021, 5:08 p.m.