Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkGLAreaClass Struct Reference

#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]
 

Detailed Description

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.

Field Documentation

◆ _padding

gpointer _GtkGLAreaClass::_padding[8]

Definition at line 69 of file gtkglarea.h.

◆ create_context

GdkGLContext *(* _GtkGLAreaClass::create_context) (GtkGLArea *area)

Definition at line 66 of file gtkglarea.h.

◆ parent_class

GtkWidgetClass _GtkGLAreaClass::parent_class

Definition at line 58 of file gtkglarea.h.

◆ render

gboolean(* _GtkGLAreaClass::render) (GtkGLArea *area, GdkGLContext *context)

Definition at line 61 of file gtkglarea.h.

◆ resize

void(* _GtkGLAreaClass::resize) (GtkGLArea *area, int width, int height)

Definition at line 63 of file gtkglarea.h.


The documentation for this struct was generated from the following file: