EZ_GetCursor


NAME

EZ_GetCursor, EZ_GetCursorByName - retrieve a cursor id

SYNOPSIS

#include <EZ.h> Cursor EZ_GetCursor(int id) Cursor EZ_GetCursorByName(char *name)

ARGUMENTS

id Specifies a small integer. name Specifies a cursor name.

DESCRIPTION

These two functions return an X cursor. The argument to EZ_GetCursor must be one of the symbolic contants defined in /usr/include/X11/cursorfont.h or the index returned by EZ_CreateCursorFrom.... The argument to EZ_GetCursorBy- Name must be either the string form of the symbolic con- stants in /usr/include/X11/cursorfont.h or a name given to a user defined cursor. On failure, both functions returns None.

SEE ALSO

EZ_WaitCursor(3), EZ_CreateCursorFromBitmapFile(3)