Signal
GtkGLArea::render
since: 3.16
Description [src]
The ::render signal is emitted every time the contents
of the GtkGLArea
should be redrawn.
The context
is bound to the area
prior to emitting this function,
and the buffers are painted to the window once the emission terminates.
Default handler: The default handler is called after the handlers added via |
Available since: 3.16 |
Parameters
context
-
Type:
GdkGLContext
The
GdkGLContext
used byarea
.The data is owned by the caller of the function.