Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkglarea.h>
Data Fields | |
GtkWidgetClass | parent_class |
gboolean(* | render )(GtkGLArea *area, GdkGLContext *context) |
void(* | resize )(GtkGLArea *area, int width, int height) |
GdkGLContext *(* | create_context )(GtkGLArea *area) |
gpointer | _padding [8] |
GtkGLAreaClass: @render: class closure for the GtkGLArea::render
signal @resize: class closeure for the GtkGLArea::resize
signal @create_context: class closure for the GtkGLArea::create-context
signal
The GtkGLAreaClass
structure contains only private data.
Definition at line 55 of file gtkglarea.h.
gpointer _GtkGLAreaClass::_padding[8] |
Definition at line 69 of file gtkglarea.h.
GdkGLContext *(* _GtkGLAreaClass::create_context) (GtkGLArea *area) |
Definition at line 66 of file gtkglarea.h.
GtkWidgetClass _GtkGLAreaClass::parent_class |
Definition at line 58 of file gtkglarea.h.
gboolean(* _GtkGLAreaClass::render) (GtkGLArea *area, GdkGLContext *context) |
Definition at line 61 of file gtkglarea.h.
void(* _GtkGLAreaClass::resize) (GtkGLArea *area, int width, int height) |
Definition at line 63 of file gtkglarea.h.