|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKGLArea.h.
| - (GtkGLArea *) GLAREA |
Methods
Definition at line 48 of file CGTKGLArea.m.
| - (void) gtkGlAreaAttachBuffers |
-(void*)gtkGlAreaAttachBuffers;
Definition at line 53 of file CGTKGLArea.m.
| - (BOOL) gtkGlAreaGetAutoRender |
| - (GdkGLContext *) gtkGlAreaGetContext |
-(GdkGLContext**)gtkGlAreaGetContext;
Definition at line 63 of file CGTKGLArea.m.
| - (GError *) gtkGlAreaGetError |
| - (BOOL) gtkGlAreaGetHasAlpha |
| - (BOOL) gtkGlAreaGetHasDepthBuffer |
| - (BOOL) gtkGlAreaGetHasStencilBuffer |
| - (void) gtkGlAreaGetRequiredVersionWithMajor: | (gint*) | major | |
| andMinor: | (gint*) | minor | |
-(void*)gtkGlAreaGetRequiredVersionWithMajor:(gint*) major andMinor:(gint*) minor;
| major | |
| minor |
Definition at line 88 of file CGTKGLArea.m.
| - (void) gtkGlAreaMakeCurrent |
-(void*)gtkGlAreaMakeCurrent;
Definition at line 93 of file CGTKGLArea.m.
| - (void) gtkGlAreaQueueRender |
-(void*)gtkGlAreaQueueRender;
Definition at line 98 of file CGTKGLArea.m.
| - (void) gtkGlAreaSetAutoRender: | (BOOL) | autoRender |
-(void*)gtkGlAreaSetAutoRender: autoRender;
| autoRender |
Definition at line 103 of file CGTKGLArea.m.
| - (void) gtkGlAreaSetError: | (const GError*) | error |
| - (void) gtkGlAreaSetHasAlpha: | (BOOL) | hasAlpha |
-(void*)gtkGlAreaSetHasAlpha: hasAlpha;
| hasAlpha |
Definition at line 113 of file CGTKGLArea.m.
| - (void) gtkGlAreaSetHasDepthBuffer: | (BOOL) | hasDepthBuffer |
-(void*)gtkGlAreaSetHasDepthBuffer: hasDepthBuffer;
| hasDepthBuffer |
Definition at line 118 of file CGTKGLArea.m.
| - (void) gtkGlAreaSetHasStencilBuffer: | (BOOL) | hasStencilBuffer |
-(void*)gtkGlAreaSetHasStencilBuffer: hasStencilBuffer;
| hasStencilBuffer |
Definition at line 123 of file CGTKGLArea.m.
| - (void) gtkGlAreaSetRequiredVersionWithMajor: | (gint) | major | |
| andMinor: | (gint) | minor | |
-(void*)gtkGlAreaSetRequiredVersionWithMajor:(gint) major andMinor:(gint) minor;
| major | |
| minor |
Definition at line 128 of file CGTKGLArea.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKGLArea.m.