NAME
XmuCursorNameToIndex — return index in cursor font given string name.
SYNOPSIS
#include <X11/Xmu/CurUtil.h>
int XmuCursorNameToIndex(name)
char ∗name;
ARGUMENTS
nameSpecifies 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 cursor defines listed in Appendix I, The Cursor Font.
Xlib Reference Manual