gtkglc.glgtk

Undocumented in source.

Members

Aliases

gtk_gl_init
alias gtk_gl_init = c_gtk_gl_init
Undocumented in source.
gtk_gl_init_check
alias gtk_gl_init_check = c_gtk_gl_init_check
Undocumented in source.
gtk_widget_begin_gl
alias gtk_widget_begin_gl = c_gtk_widget_begin_gl
Undocumented in source.
gtk_widget_create_gl_context
alias gtk_widget_create_gl_context = c_gtk_widget_create_gl_context
Undocumented in source.
gtk_widget_end_gl
alias gtk_widget_end_gl = c_gtk_widget_end_gl
Undocumented in source.
gtk_widget_get_gl_config
alias gtk_widget_get_gl_config = c_gtk_widget_get_gl_config
Undocumented in source.
gtk_widget_get_gl_context
alias gtk_widget_get_gl_context = c_gtk_widget_get_gl_context
Undocumented in source.
gtk_widget_get_gl_window
alias gtk_widget_get_gl_window = c_gtk_widget_get_gl_window
Undocumented in source.
gtk_widget_is_gl_capable
alias gtk_widget_is_gl_capable = c_gtk_widget_is_gl_capable
Undocumented in source.
gtk_widget_set_gl_capability
alias gtk_widget_set_gl_capability = c_gtk_widget_set_gl_capability
Undocumented in source.

Static variables

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.

Meta