get-x-cursor

Name

get-x-cursor -- Return the cursor object corresponding to NAME-OR-NUMBER.

Synopsis

(get-x-cursor name-or-number)

Description

Return the cursor object corresponding to name-or-number. name-or-number can be either a string naming an X11 cursor (e.g., "trek") or a number specifying the cursor number. See X11/cursorfont.h for the standard cursors. Note that the "XC_" macro prefix should be omitted when used with this procedure..

Implementation Notes

Module: Built-in Primitive

Defined in src/cursor.c at line 244 (CVS log)