[Previous]
[Up]
[Next]
NSCursor
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSCursor.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSCursor*) arrowCursor;
+ (NSCursor*) currentCursor;
+ (void) hide;
+ (NSCursor*) IBeamCursor;
+ (void) pop;
+ (void) setHiddenUntilMouseMoves: (BOOL)flag;
+ (void) unhide;
Instances Methods
- (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;