Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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