Tk Built-In Commands cursors(1T)
_________________________________________________________________
NAME
cursors - mouse cursors available in Tk
_________________________________________________________________
DESCRIPTION
The -cursor widget option allows a Tk programmer to change
the mouse cursor for a particular widget. The cursor names recognized by Tk on all platforms are:X_cursor
arrowbased_arrow_down
based_arrow_up
boat bogositybottom_left_corner
bottom_right_corner
bottom_side
bottom_tee
box_spiral
center_ptr
circle clockcoffee_mug
crosscross_reverse
crosshairdiamond_cross
dot dotboxdouble_arrow
draft_large
draft_small
draped_box
exchange fleur gobbler gumby hand1 hand2 heart iconiron_cross
left_ptr
left_side
left_tee
leftbuttonll_angle
lr_angle
man Tk Last change: 8.3 1Tk Built-In Commands cursors(1T)
middlebutton mouse pencil pirate plusquestion_arrow
right_ptr
right_side
right_tee
rightbuttonrtl_logo
sailboatsb_down_arrow
sb_h_double_arrow
sb_left_arrow
sb_right_arrow
sb_up_arrow
sb_v_double_arrow
shuttle sizing spider spraycan star target tcrosstop_left_arrow
top_left_corner
top_right_corner
top_side
top_tee
trekul_angle
umbrellaur_angle
watch xterm PORTABILITY ISSUES WindowsOn Windows systems, the following cursors are mapped to
native cursors:
arrowcenter_ptr
crosshair fleur ibeam iconsb_h_double_arrow
sb_v_double_arrow
watch xterm Tk Last change: 8.3 2Tk Built-In Commands cursors(1T)
And the following additional cursors are available:
no starting sizesize_ne_sw
size_ns
size_nw_se
size_we
uparrow wait The no cursor can be specified to eliminate the cursor. Mac OS XOn Mac OS X systems, the following cursors are mapped
to native cursors:
arrow cross crosshair ibeam plus watch xtermAnd the following additional native cursors are avail-
able: copyarrow aliasarrow contextualmenuarrow textcross-hair
closedhand openhand pointinghand resizeleft resizeright resizeleftright resizeup resizedown resizeupdown none notallowed poof countinguphand countingdownhand countingupanddownhand spinning KEYWORDS cursor, option Tk Last change: 8.3 3Tk Built-In Commands cursors(1T)
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tk-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tk is available on http://opensolaris.org. Tk Last change: 8.3 4