Method
GtkGLAreamake_current
Declaration [src]
void
gtk_gl_area_make_current (
GtkGLArea* area
)
Description [src]
Ensures that the GdkGLContext
used by area
is associated with
the GtkGLArea
.
This function is automatically called before emitting the
GtkGLArea::render
signal, and doesn’t normally need
to be called by application code.