[Previous] [Up] [Next]

NSCursor

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSCursor

NSCursor

Declared in: Gui/NSCursor.h

Inherits from: NSObject

Conforms to: NSCoding



arrowCursor

+ (NSCursor*) arrowCursor

currentCursor

+ (NSCursor*) currentCursor

hide

+ (void) hide

IBeamCursor

+ (NSCursor*) IBeamCursor

pop

+ (void) pop

setHiddenUntilMouseMoves:

+ (void) setHiddenUntilMouseMoves: (BOOL)flag

unhide

+ (void) unhide

hotSpot

- (NSPoint) hotSpot

image

- (NSImage*) image

initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:

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

initWithImage:

- (id) initWithImage: (NSImage*)newImage

isSetOnMouseEntered

- (BOOL) isSetOnMouseEntered

isSetOnMouseExited

- (BOOL) isSetOnMouseExited

mouseEntered:

- (void) mouseEntered: (NSEvent*)anEvent

mouseExited:

- (void) mouseExited: (NSEvent*)anEvent

pop

- (void) pop

push

- (void) push

set

- (void) set

setOnMouseEntered:

- (void) setOnMouseEntered: (BOOL)flag

setOnMouseExited:

- (void) setOnMouseExited: (BOOL)flag