Carbon


Cursor ID Constants

Header: Quickdraw.h

enum {
    sysPatListID = 0,
    iBeamCursor = 1,
    crossCursor = 2,
    plusCursor = 3,
    watchCursor = 4
};

Constant descriptions

sysPatListID
iBeamCursor

The I-beam cursor; to select text

crossCursor

The crosshairs cursor; to draw graphics

plusCursor

The plus sign cursor; to select cells

watchCursor

The wristwatch cursor; to indicate a short operation in progress

When passing a value to the Show_Cursor function, use the Cursors data type to represent the kind of cursor to show.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)