102 lines
4.2 KiB
Plaintext
102 lines
4.2 KiB
Plaintext
.\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
|
|
.\"
|
|
.\" Permission is hereby granted, free of charge, to any person obtaining
|
|
.\" a copy of this software and associated documentation files (the
|
|
.\" "Software"), to deal in the Software without restriction, including
|
|
.\" without limitation the rights to use, copy, modify, merge, publish,
|
|
.\" distribute, sublicense, and/or sell copies of the Software, and to
|
|
.\" permit persons to whom the Software is furnished to do so, subject to
|
|
.\" the following conditions:
|
|
.\"
|
|
.\" The above copyright notice and this permission notice shall be included
|
|
.\" in all copies or substantial portions of the Software.
|
|
.\"
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
.\" OTHER DEALINGS IN THE SOFTWARE.
|
|
.\"
|
|
.\" Except as contained in this notice, the name of the X Consortium shall
|
|
.\" not be used in advertising or otherwise to promote the sale, use or
|
|
.\" other dealings in this Software without prior written authorization
|
|
.\" from the X Consortium.
|
|
.\"
|
|
.\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991 by
|
|
.\" Digital Equipment Corporation
|
|
.\"
|
|
.\" Portions Copyright \(co 1990, 1991 by
|
|
.\" Tektronix, Inc.
|
|
.\"
|
|
.\" Permission to use, copy, modify and distribute this documentation for
|
|
.\" any purpose and without fee is hereby granted, provided that the above
|
|
.\" copyright notice appears in all copies and that both that copyright notice
|
|
.\" and this permission notice appear in all copies, and that the names of
|
|
.\" Digital and Tektronix not be used in in advertising or publicity pertaining
|
|
.\" to this documentation without specific, written prior permission.
|
|
.\" Digital and Tektronix makes no representations about the suitability
|
|
.\" of this documentation for any purpose.
|
|
.\" It is provided ``as is'' without express or implied warranty.
|
|
.\"
|
|
\&
|
|
.sp 1
|
|
.ce 3
|
|
\s+1\fBAppendix B\fP\s-1
|
|
|
|
\s+1\fBX Font Cursors\fP\s-1
|
|
.sp 2
|
|
.na
|
|
.LP
|
|
.XS
|
|
Appendix B: X Font Cursors
|
|
.XE
|
|
The following are the available cursors that can be used with
|
|
.PN XCreateFontCursor .
|
|
.LP
|
|
.Ds 0
|
|
.TA 3i
|
|
.ta 3i
|
|
#define XC_X_cursor 0 #define XC_ll_angle 76
|
|
#define XC_arrow 2 #define XC_lr_angle 78
|
|
#define XC_based_arrow_down 4 #define XC_man 80
|
|
#define XC_based_arrow_up 6 #define XC_middlebutton 82
|
|
#define XC_boat 8 #define XC_mouse 84
|
|
#define XC_bogosity 10 #define XC_pencil 86
|
|
#define XC_bottom_left_corner 12 #define XC_pirate 88
|
|
#define XC_bottom_right_corner 14 #define XC_plus 90
|
|
#define XC_bottom_side 16 #define XC_question_arrow 92
|
|
#define XC_bottom_tee 18 #define XC_right_ptr 94
|
|
#define XC_box_spiral 20 #define XC_right_side 96
|
|
#define XC_center_ptr 22 #define XC_right_tee 98
|
|
#define XC_circle 24 #define XC_rightbutton 100
|
|
#define XC_clock 26 #define XC_rtl_logo 102
|
|
#define XC_coffee_mug 28 #define XC_sailboat 104
|
|
#define XC_cross 30 #define XC_sb_down_arrow 106
|
|
#define XC_cross_reverse 32 #define XC_sb_h_double_arrow 108
|
|
#define XC_crosshair 34 #define XC_sb_left_arrow 110
|
|
#define XC_diamond_cross 36 #define XC_sb_right_arrow 112
|
|
#define XC_dot 38 #define XC_sb_up_arrow 114
|
|
#define XC_dot_box_mask 40 #define XC_sb_v_double_arrow 116
|
|
#define XC_double_arrow 42 #define XC_shuttle 118
|
|
#define XC_draft_large 44 #define XC_sizing 120
|
|
#define XC_draft_small 46 #define XC_spider 122
|
|
#define XC_draped_box 48 #define XC_spraycan 124
|
|
#define XC_exchange 50 #define XC_star 126
|
|
#define XC_fleur 52 #define XC_target 128
|
|
#define XC_gobbler 54 #define XC_tcross 130
|
|
#define XC_gumby 56 #define XC_top_left_arrow 132
|
|
#define XC_hand1 58 #define XC_top_left_corner 134
|
|
#define XC_hand2 60 #define XC_top_right_corner 136
|
|
#define XC_heart 62 #define XC_top_side 138
|
|
#define XC_icon 64 #define XC_top_tee 140
|
|
#define XC_iron_cross 66 #define XC_trek 142
|
|
#define XC_left_ptr 68 #define XC_ul_angle 144
|
|
#define XC_left_side 70 #define XC_umbrella 146
|
|
#define XC_left_tee 72 #define XC_ur_angle 148
|
|
#define XC_leftbutton 74 #define XC_watch 150
|
|
#define XC_xterm 152
|
|
.De
|
|
.bp
|