NSCursor

Authors

Scott Christley( scottc@net-community.com )
Adam Fedor( fedor@gnu.org )
Holds an image to use as a cursor

Copyright: (C) 1996,1999,2001 Free Software Foundation, Inc.

Software documentation for the NSCursor class

NSCursor : NSObject

Declared: AppKit/NSCursor.h
Conform: NSCoding

IBeamCursor

+ (NSCursor*) IBeamCursor;


arrowCursor

+ (NSCursor*) arrowCursor;


currentCursor

+ (NSCursor*) currentCursor;


greenArrowCursor

+ (NSCursor*) greenArrowCursor;


hide

+ (void) hide;


isHiddenUntilMouseMoves

+ (BOOL) isHiddenUntilMouseMoves;


pop

+ (void) pop;


setHiddenUntilMouseMoves:

+ (void) setHiddenUntilMouseMoves: (BOOL)flag;


unhide

+ (void) unhide;


hotSpot

- (NSPoint) hotSpot;


image

- (NSImage*) image;


initWithImage:

- (id) initWithImage: (NSImage*)newImage;


initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:

- (id) initWithImage: (NSImage*)newImage foregroundColorHint: (NSColor*)fg backgroundColorHint: (NSColor*)bg hotSpot: (NSPoint)hotSpot;


initWithImage:hotSpot:

- (id) initWithImage: (NSImage*)newImage hotSpot: (NSPoint)hotSpot;


isSetOnMouseEntered

- (BOOL) isSetOnMouseEntered;


isSetOnMouseExited

- (BOOL) isSetOnMouseExited;


mouseEntered:

- (void) mouseEntered: (NSEvent*)theEvent;


mouseExited:

- (void) mouseExited: (NSEvent*)theEvent;


pop

- (void) pop;


push

- (void) push;


set

- (void) set;


setHotSpot:

- (void) setHotSpot: (NSPoint)spot;


setImage:

- (void) setImage: (NSImage*)newImage;


setOnMouseEntered:

- (void) setOnMouseEntered: (BOOL)flag;


setOnMouseExited:

- (void) setOnMouseExited: (BOOL)flag;