| - (id) initWithObject: |
|
(id) |
obj |
| andSEL: |
|
(SEL) |
sel |
|
|
| |
Creates and returns a new instance of CGTKCallbackData holding the object and the selector.
- Parameters
-
| obj | The object to hold |
| sel | The selector to hold |
- Returns
- a new CGTKCallbackData
| + (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
-
| obj | The object to hold |
| sel | The selector to hold |
- Returns
- a new CGTKCallbackData
The documentation for this class was generated from the following file: