1cursors(n) Tk Built-In Commands cursors(n)
2
3
4
5______________________________________________________________________________
6
8 cursors - mouse cursors available in Tk
9_________________________________________________________________
10
11
13 The -cursor widget option allows a Tk programmer to change the mouse
14 cursor for a particular widget. The cursor names recognized by Tk on
15 all platforms are:
16 X_cursor
17 arrow
18 based_arrow_down
19 based_arrow_up
20 boat
21 bogosity
22 bottom_left_corner
23 bottom_right_corner
24 bottom_side
25 bottom_tee
26 box_spiral
27 center_ptr
28 circle
29 clock
30 coffee_mug
31 cross
32 cross_reverse
33 crosshair
34 diamond_cross
35 dot
36 dotbox
37 double_arrow
38 draft_large
39 draft_small
40 draped_box
41 exchange
42 fleur
43 gobbler
44 gumby
45 hand1
46 hand2
47 heart
48 icon
49 iron_cross
50 left_ptr
51 left_side
52 left_tee
53 leftbutton
54 ll_angle
55 lr_angle
56 man
57 middlebutton
58 mouse
59 pencil
60 pirate
61 plus
62 question_arrow
63 right_ptr
64 right_side
65 right_tee
66 rightbutton
67 rtl_logo
68 sailboat
69 sb_down_arrow
70 sb_h_double_arrow
71 sb_left_arrow
72 sb_right_arrow
73 sb_up_arrow
74 sb_v_double_arrow
75 shuttle
76 sizing
77 spider
78 spraycan
79 star
80 target
81 tcross
82 top_left_arrow
83 top_left_corner
84 top_right_corner
85 top_side
86 top_tee
87 trek
88 ul_angle
89 umbrella
90 ur_angle
91 watch
92 xterm
93
94
96 Windows
97 On Windows systems, the following cursors are mapped to native
98 cursors:
99 arrow
100 center_ptr
101 crosshair
102 fleur
103 ibeam
104 icon
105 sb_h_double_arrow
106 sb_v_double_arrow
107 watch
108 xterm
109 And the following additional cursors are available:
110 no
111 starting
112 size
113 size_ne_sw
114 size_ns
115 size_nw_se
116 size_we
117 uparrow
118 wait
119 The no cursor can be specified to eliminate the cursor.
120
121
122 Macintosh
123 On Macintosh systems, the following cursors are mapped to native
124 cursors:
125 arrow
126 cross
127 crosshair
128 ibeam
129 plus
130 watch
131 xterm
132 And the following additional cursors are available:
133 text
134 cross-hair
135
136
138 cursor, option
139
140
141
142Tk 8.3 cursors(n)