- 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
gboolean 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_create_gl_context
GdkGLContext* function(GtkWidget* widget, GdkGLContext* shareList, gboolean 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_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
gboolean 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
gboolean function(GtkWidget* widget, GdkGLConfig* glconfig, GdkGLContext* shareList, gboolean 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.