Manual Page Result
0
Command: DXmCreateCursor | Section: 3 | Source: Digital UNIX | File: DXmCreateCursor.3X.gz
DXmCreateCursor(3X) DXmCreateCursor(3X)
NAME
DXmCreateCursor - Creates a specific cursor.
SYNOPSIS
Cursor DXmCreateCursor(widget, cursorkind)
Widget widget;
int cursorkind;
PARAMETERS
The widget from which display information is obtained. An integer that
represents the type of cursor, as follows:
tab(@); lfHB lfHB l l . _
Value@Cursor Description
_
decw$c_wait_cursor (4)@T{ A watch T}
decw$c_questionmark_cursor (54)@T{ A question mark T}
decw$c_inactive_cursor (6)@T{ A caution ("do not enter") symbol
T}
_
The following X Window System fallbacks are provided in the
event the DECwindows-specific cursors cannot be loaded:
tab(@); lfHB lfHB l l . _
DECwindows-Specific Cursor@X Fallback
_
decw$c_wait_cursor@T{ XC_watch T}
decw$c_questionmark_cursor@T{ XC_question_arrow T}
decw$c_inactive_cursor@T{ XC_circle T}
_
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 dis-
plays 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. delim off
DXmCreateCursor(3X)