|
CoreGTK
3.10.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|
#import <CGTKBase.h>


Instance Methods | |
| (id) | - initWithGObject: |
| (GtkWidget *) | - WIDGET |
| (void) | - setGObject: |
| (GObject *) | - GOBJECT |
Class Methods | |
| (CGTKBase *) | + withGObject: |
Protected Attributes | |
| GObject * | __gObject |
The base class for all CoreGTK wrapper classes
Definition at line 42 of file CGTKBase.h.
| - (GObject *) GOBJECT |
| - (id) initWithGObject: | (GObject *) | obj |
Returns a new instance of CGTKBase with the internal GObject set to obj
| obj | The internal GObject to use |
Definition at line 48 of file CGTKBase.m.
| - (void) setGObject: | (GObject *) | obj |
Sets the internal GObject
| obj | The GObject to set internally |
Definition at line 65 of file CGTKBase.m.
| - (GtkWidget *) WIDGET |
Gets the internal GtkWidget
Reimplemented in CGTKWidget.
Definition at line 60 of file CGTKBase.m.
| + (CGTKBase *) withGObject: | (GObject *) | obj |
Returns a new instance of CGTKBase with the internal GObject set to obj
Note: the returned object is autoreleased
| obj | The internal GObject to use |
Definition at line 42 of file CGTKBase.m.
|
protected |
The internal GtkObject pointer
Definition at line 47 of file CGTKBase.h.