API 0.9.5
AppKit/CPCursor.h
Go to the documentation of this file.
00001 
00002 @interface CPCursor : CPObject
00003 {
00004     CPString _cssString // @accessors(readonly);
00005     CPString _hotSpot // @accessors(readonly, getter=hotSpot);
00006     CPImage  _image // @accessors(readonly, getter=image);
00007     BOOL     _isSetOnMouseEntered // @accessors(readwrite, getter=isSetOnMouseEntered, setter=setOnMouseEntered:);
00008     BOOL     _isSetOnMouseExited // @accessors(readwrite, getter=isSetOnMouseExited, setter=setOnMouseExited:);
00009 }
00010 @end
 All Classes Files Functions Variables Defines