API  1.0.0
CPCursor.h
Go to the documentation of this file.
1 
2 @interface CPCursor : CPObject
3 {
4  CPString _cssString // @accessors(readonly);
5  CPString _hotSpot // @accessors(readonly, getter=hotSpot);
6  CPImage _image // @accessors(readonly, getter=image);
7  BOOL _isSetOnMouseEntered // @accessors(readwrite, getter=isSetOnMouseEntered, setter=setOnMouseEntered:);
8  BOOL _isSetOnMouseExited // @accessors(readwrite, getter=isSetOnMouseExited, setter=setOnMouseExited:);
9 }
10 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPImage.h:2