XmuCursorNameToIndex(X3xmu) X Version 11 (Release 6.1)


XmuCursorNameToIndex -- cursor utilities

Synopsis

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 cursor defines listed on the XCreateFontCursor(XS) manual page of Xlib - C Language X Interface.

References

XCreateFontCursor(X3xlib)
Xlib - C Language X Interface


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.