Method
GtkGLAreaset_allowed_apis
Declaration [src]
void
gtk_gl_area_set_allowed_apis (
GtkGLArea* area,
GdkGLAPI apis
)
Description [src]
Sets the allowed APIs to create a context with.
You should check GtkGLArea:api
before drawing
with either API.
By default, all APIs are allowed.
Available since: | 4.12 |