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
CGTKCallbackData Class Reference
Inheritance diagram for CGTKCallbackData:

Instance Methods

(id) - initWithObject:andSEL:
 
(id) - object
 
(SEL) - sel
 
(void) - setObject:
 
(void) - setSel:
 

Class Methods

(id) + withObject:andSEL:
 

Protected Attributes

id _object
 
SEL _sel
 

Method Documentation

- (id) initWithObject: (id)  obj
andSEL: (SEL)  sel 

Creates and returns a new instance of CGTKCallbackData holding the object and the selector.

Parameters
objThe object to hold
selThe selector to hold
Returns
a new CGTKCallbackData
- (id) object

Gets the held object.

- (SEL) sel

Gets the held selector

+ (id) withObject: (id)  obj
andSEL: (SEL)  sel 

Creates and returns a new instance of CGTKCallbackData holding the object and the selector.

Note this returned instance is autoreleased.

Parameters
objThe object to hold
selThe selector to hold
Returns
a new CGTKCallbackData

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