XmuCursorNameToIndex(Xmu) 6 January 1993 XmuCursorNameToIndex(Xmu)
X Version 11 (Release 5)
Name
XmuCursorNameToIndex - cursor utilities
Syntax
cc . . . -lXmu
#include <X11/Xmu/CurUtil.h>
int XmuCursorNameToIndex(name)
char *name;
Arguments
name Specifies the name of the cursor.
Description
XmuCursorNameToIndex takes the name of a standard cursor and returns its
index in the standard cursor font.
The cursor names are formed by removing the ``XC_'' prefix from the cur-
sor defines listed on the XCreateFontCursor(XS) manual page of Xlib - C
Language X Interface.
See also
XCreateFontCursor(XS)()
Xlib - C Language X Interface