#import <CGTKObject.h>
CGTKObject wraps GtkObject
| - (id) initWithGtkObject: |
|
(GtkObject *) |
obj |
|
Returns a new instance of CGTKObject with the internal GtkObject set to obj
- Parameters
-
| obj | The internal GtkObject to use |
- Returns
- a new CGTKObject
| + (CGTKObject *) objectWithGtkObject: |
|
(GtkObject *) |
obj |
|
Returns a new instance of CGTKObject with the internal GtkObject set to obj
Note: the returned object is autoreleased
- Parameters
-
| obj | The internal GtkObject to use |
- Returns
- a new CGTKObject
| - (void) setGtkObject: |
|
(GtkObject *) |
obj |
|
Sets the internal GtkObject
- Parameters
-
| obj | The GtkObject to set internally |
| - (GtkObject*) __gtkObject |
|
protected |
The documentation for this class was generated from the following file: