xfont_cursor(x) Xlib xfont_cursor(x)
NAME
xfont_cursor - an X font cursor
DESCRIPTION
The xfont_cursor class provides an interface to X font
cursors. These cursors are predefined in X. For a full
listing see the include file cursorfont.h.
SUPERCLASS
xcursor
INSTANCE VARIABLES
shape
is the number of the predefined shape. This number
can be found in and X book or in the include file
cursorfont.h.
MESSAGES
create!
creates the cursor and sets the id instance variable.
shape= value
sets the shape instance variable.
shape? returns the value of the shape instance variable on
the argument stack.
EXAMPLE
/* create a font cursor*/
xfont_cursor new: gumby
shape= 65
create;
SEE ALSO
xdisplay, xgc, xcursor
Last Updated On: Fri Mar 10 15:38:45 1995
Please send comments and suggestions to
its-documentation@rpi.edu
Keyword Search of RPInfo Consulting Pages and NewsCache