 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCreateCursor(3X)
NAME
DXmCreateCursor - Creates a specific cursor.
SYNOPSIS
Cursor DXmCreateCursor(
Widget widget,
int cursorkind );
PARAMETERS
widget
The widget from which display information is obtained.
cursorkind
An integer that represents the type of cursor, as follows:
_____________________________________________________________
Value Cursor Description
_____________________________________________________________
decw$c_wait_cursor (4) A watch
decw$c_questionmark_cursor (54) A question mark
decw$c_inactive_cursor (6)
A caution ("do not enter")
symbol
_____________________________________________________________
The following X Window System fallbacks are provided in the event the
DECwindows-specific cursors cannot be loaded:
______________________________________________
DECwindows-Specific Cursor X Fallback
______________________________________________
decw$c_wait_cursor XC_watch
decw$c_questionmark_cursor XC_question_arrow
decw$c_inactive_cursor XC_circle
______________________________________________
You can specify additional cursor symbols by examining the
/usr/include/X11/decwcursor.h file. (X Window System fallbacks are
provided for each of those cursors as well.)
DESCRIPTION
The DXmCreateCursor routine enables you to create a cursor that displays as
a watch, question mark, or caution ("do not enter") symbol (these are the
most frequently used cursor symbols).
RETURN VALUES
The identifier (cursor ID) of the created cursor.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|