CoreGTK  2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
 All Classes Functions Variables
Instance Methods | Class Methods | Protected Attributes | List of all members
CGTKObject Class Reference

#import <CGTKObject.h>

Inheritance diagram for CGTKObject:
CGTKWidget CGTKCalendar CGTKCellView CGTKContainer CGTKDrawingArea CGTKEntry CGTKHSV CGTKInvisible CGTKMisc CGTKProgress CGTKRange CGTKSeparator

Instance Methods

(id) - initWithGtkObject:
 
(void) - setGtkObject:
 

Class Methods

(CGTKObject *) + objectWithGtkObject:
 

Protected Attributes

GtkObject * __gtkObject
 

Detailed Description

CGTKObject wraps GtkObject

Method Documentation

- (id) initWithGtkObject: (GtkObject *)  obj

Returns a new instance of CGTKObject with the internal GtkObject set to obj

Parameters
objThe 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
objThe internal GtkObject to use
Returns
a new CGTKObject
- (void) setGtkObject: (GtkObject *)  obj

Sets the internal GtkObject

Parameters
objThe GtkObject to set internally

Member Data Documentation

- (GtkObject*) __gtkObject
protected

The internal GtkObject


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