[Previous]
[Up]
[Next]
NSCursor
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSCursor.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSCursor*) arrowCursor
+ (NSCursor*) currentCursor
+ (void) hide
+ (NSCursor*) IBeamCursor
+ (void) pop
+ (void) setHiddenUntilMouseMoves: (BOOL)flag
+ (void) unhide
- (NSPoint) hotSpot
- (NSImage*) image
- (id) initWithImage: (NSImage*)newImage foregroundColorHint: (NSColor*)fg backgroundColorHint: (NSColor*)bg hotSpot: (NSPoint)hotSpot
- (id) initWithImage: (NSImage*)newImage
- (BOOL) isSetOnMouseEntered
- (BOOL) isSetOnMouseExited
- (void) mouseEntered: (NSEvent*)anEvent
- (void) mouseExited: (NSEvent*)anEvent
- (void) pop
- (void) push
- (void) set
- (void) setOnMouseEntered: (BOOL)flag
- (void) setOnMouseExited: (BOOL)flag