- c_gtk_gl_init
void function(int* argc, char*** argv) c_gtk_gl_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_gl_init_check
int function(int* argc, char*** argv) c_gtk_gl_init_check;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_begin_gl
int function(GtkWidget* widget) c_gtk_widget_begin_gl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_create_gl_context
GdkGLContext* function(GtkWidget* widget, GdkGLContext* shareList, int direct, int renderType) c_gtk_widget_create_gl_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_end_gl
void function(GtkWidget* widget, int doSwap) c_gtk_widget_end_gl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_get_gl_config
GdkGLConfig* function(GtkWidget* widget) c_gtk_widget_get_gl_config;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_get_gl_context
GdkGLContext* function(GtkWidget* widget) c_gtk_widget_get_gl_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_get_gl_window
GdkGLWindow* function(GtkWidget* widget) c_gtk_widget_get_gl_window;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_is_gl_capable
int function(GtkWidget* widget) c_gtk_widget_is_gl_capable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- c_gtk_widget_set_gl_capability
int function(GtkWidget* widget, GdkGLConfig* glconfig, GdkGLContext* shareList, int direct, int renderType) c_gtk_widget_set_gl_capability;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.