cursors.n
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1998-2000 by Scriptics Corporation.
  3. '" All rights reserved.
  4. '" 
  5. '" Copyright (c) 2006-2007 Daniel A. Steffen <das@users.sourceforge.net>
  6. '" 
  7. '" RCS: @(#) $Id: cursors.n,v 1.3.2.1 2007/04/29 02:25:54 das Exp $
  8. '" 
  9. '"
  10. .so man.macros
  11. .TH cursors n 8.3 Tk "Tk Built-In Commands"
  12. .BS
  13. '" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. cursors - mouse cursors available in Tk
  16. .BE
  17. .SH DESCRIPTION
  18. .PP
  19. The fB-cursorfR widget option allows a Tk programmer to change the
  20. mouse cursor for a particular widget.  The cursor names recognized by
  21. Tk on all platforms are:
  22. .CS
  23. X_cursor
  24. arrow
  25. based_arrow_down
  26. based_arrow_up
  27. boat
  28. bogosity
  29. bottom_left_corner
  30. bottom_right_corner
  31. bottom_side
  32. bottom_tee
  33. box_spiral
  34. center_ptr
  35. circle
  36. clock
  37. coffee_mug
  38. cross
  39. cross_reverse
  40. crosshair
  41. diamond_cross
  42. dot
  43. dotbox
  44. double_arrow
  45. draft_large
  46. draft_small
  47. draped_box
  48. exchange
  49. fleur
  50. gobbler
  51. gumby
  52. hand1
  53. hand2
  54. heart
  55. icon
  56. iron_cross
  57. left_ptr
  58. left_side
  59. left_tee
  60. leftbutton
  61. ll_angle
  62. lr_angle
  63. man
  64. middlebutton
  65. mouse
  66. pencil
  67. pirate
  68. plus
  69. question_arrow
  70. right_ptr
  71. right_side
  72. right_tee
  73. rightbutton
  74. rtl_logo
  75. sailboat
  76. sb_down_arrow
  77. sb_h_double_arrow
  78. sb_left_arrow
  79. sb_right_arrow
  80. sb_up_arrow
  81. sb_v_double_arrow
  82. shuttle
  83. sizing
  84. spider
  85. spraycan
  86. star
  87. target
  88. tcross
  89. top_left_arrow
  90. top_left_corner
  91. top_right_corner
  92. top_side
  93. top_tee
  94. trek
  95. ul_angle
  96. umbrella
  97. ur_angle
  98. watch
  99. xterm
  100. .CE
  101. .SH "PORTABILITY ISSUES"
  102. .TP
  103. fBWindowsfR
  104. On Windows systems, the following cursors are mapped to native cursors:
  105. .RS
  106. .CS
  107. arrow
  108. center_ptr
  109. crosshair
  110. fleur
  111. ibeam
  112. icon
  113. sb_h_double_arrow
  114. sb_v_double_arrow
  115. watch
  116. xterm
  117. .CE
  118. And the following additional cursors are available:
  119. .CS
  120. no
  121. starting
  122. size
  123. size_ne_sw
  124. size_ns
  125. size_nw_se
  126. size_we
  127. uparrow
  128. wait
  129. .CE
  130. The fBnofR cursor can be specified to eliminate the cursor.
  131. .RE
  132. .TP
  133. fBMac OS XfR
  134. On Mac OS X systems, the following cursors are mapped to native cursors:
  135. .RS
  136. .CS
  137. arrow
  138. cross
  139. crosshair
  140. ibeam
  141. plus
  142. watch
  143. xterm
  144. .CE
  145. And the following additional native cursors are available:
  146. .CS
  147. copyarrow
  148. aliasarrow
  149. contextualmenuarrow
  150. text
  151. cross-hair
  152. closedhand
  153. openhand
  154. pointinghand
  155. resizeleft
  156. resizeright
  157. resizeleftright
  158. resizeup
  159. resizedown
  160. resizeupdown
  161. none
  162. notallowed
  163. poof
  164. countinguphand
  165. countingdownhand
  166. countingupanddownhand
  167. spinning
  168. .CE
  169. .RE
  170. .SH KEYWORDS
  171. cursor, option