Sets our main struct and passes it to the parent class
Gets GdkGLConfig with which the gldrawable is configured.
Fills *width and *height with the size of GL drawable. width or height can be NULL if you only want the other one.
the main Gtk struct as a void*
Delimits the begining of the OpenGL execution.
Delimits the end of the OpenGL execution.
Returns whether the gldrawable supports the double-buffered visual.
Attach an OpenGL rendering context to a gldrawable.
Exchange front and back buffers.
Complete GDK drawing execution prior to subsequent OpenGL calls.
Complete OpenGL execution prior to subsequent GDK drawing calls.
Returns the current GdkGLDrawable.
the main Gtk struct
Description