Up

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.


Contents -

  1. Software documentation for the NSCursor class

Software documentation for the NSCursor class

NSCursor : NSObject

Declared in:
AppKit/NSCursor.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

IBeamCursor

+ (NSCursor*) IBeamCursor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


arrowCursor

+ (NSCursor*) arrowCursor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


currentCursor

+ (NSCursor*) currentCursor;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


greenArrowCursor

+ (NSCursor*) greenArrowCursor;
Standards: NotOpenStep, NotMacOS-X, GNUstep

Description forthcoming.


hide

+ (void) hide;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isHiddenUntilMouseMoves

+ (BOOL) isHiddenUntilMouseMoves;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


pop

+ (void) pop;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setHiddenUntilMouseMoves:

+ (void) setHiddenUntilMouseMoves: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


unhide

+ (void) unhide;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


hotSpot

- (NSPoint) hotSpot;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


image

- (NSImage*) image;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithImage:

- (id) initWithImage: (NSImage*)newImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:

- (id) initWithImage: (NSImage*)newImage foregroundColorHint: (NSColor*)fg backgroundColorHint: (NSColor*)bg hotSpot: (NSPoint)hotSpot;
Standards: NotOpenStep, GNUstep, MacOS-X

Description forthcoming.


initWithImage:hotSpot:

- (id) initWithImage: (NSImage*)newImage hotSpot: (NSPoint)hotSpot;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isSetOnMouseEntered

- (BOOL) isSetOnMouseEntered;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isSetOnMouseExited

- (BOOL) isSetOnMouseExited;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


mouseEntered:

- (void) mouseEntered: (NSEvent*)theEvent;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


mouseExited:

- (void) mouseExited: (NSEvent*)theEvent;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


pop

- (void) pop;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


push

- (void) push;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


set

- (void) set;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setHotSpot:

- (void) setHotSpot: (NSPoint)spot;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setImage:

- (void) setImage: (NSImage*)newImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setOnMouseEntered:

- (void) setOnMouseEntered: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setOnMouseExited:

- (void) setOnMouseExited: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up