home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _efac94e8da36a6de090be93784d12e96 < prev    next >
Text File  |  2000-03-23  |  120KB  |  2,328 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Canvas - Create and manipulate Canvas widgets</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Tk::Canvas - Create and manipulate Canvas widgets</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  25.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#display list">DISPLAY LIST</A></LI>
  28.     <LI><A HREF="#item ids and tags">ITEM IDS AND TAGS</A></LI>
  29.     <LI><A HREF="#coordinates">COORDINATES</A></LI>
  30.     <LI><A HREF="#transformations">TRANSFORMATIONS</A></LI>
  31.     <LI><A HREF="#indices">INDICES</A></LI>
  32.     <LI><A HREF="#dash patterns">DASH PATTERNS</A></LI>
  33.     <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  34.     <LI><A HREF="#overview of item types">OVERVIEW OF ITEM TYPES</A></LI>
  35.     <LI><A HREF="#arc items">ARC ITEMS</A></LI>
  36.     <LI><A HREF="#bitmap items">BITMAP ITEMS</A></LI>
  37.     <LI><A HREF="#grid items">GRID ITEMS</A></LI>
  38.     <LI><A HREF="#image items">IMAGE ITEMS</A></LI>
  39.     <LI><A HREF="#line items">LINE ITEMS</A></LI>
  40.     <LI><A HREF="#oval items">OVAL ITEMS</A></LI>
  41.     <LI><A HREF="#polygon items">POLYGON ITEMS</A></LI>
  42.     <LI><A HREF="#rectangle items">RECTANGLE ITEMS</A></LI>
  43.     <LI><A HREF="#text items">TEXT ITEMS</A></LI>
  44.     <LI><A HREF="#window items">WINDOW ITEMS</A></LI>
  45.     <LI><A HREF="#applicationdefined item types">APPLICATION-DEFINED ITEM TYPES</A></LI>
  46.     <LI><A HREF="#bindings">BINDINGS</A></LI>
  47.     <LI><A HREF="#credits">CREDITS</A></LI>
  48.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  49. </UL>
  50. <!-- INDEX END -->
  51.  
  52. <HR>
  53. <P>
  54. <H1><A NAME="name">NAME</A></H1>
  55. <P>Tk::Canvas - Create and manipulate Canvas widgets
  56. </P>
  57. <PRE>
  58.  
  59. =for category  Tk Widget Classes</PRE>
  60. <P>
  61. <HR>
  62. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  63. <UL>
  64. <LI>Linux</LI>
  65. <LI>Solaris</LI>
  66. <LI>Windows</LI>
  67. </UL>
  68. <HR>
  69. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  70. <P><EM>$canvas</EM> = <EM>$parent</EM>-><STRONG>Canvas</STRONG>(?<EM>options</EM>?);</P>
  71. <P>
  72. <HR>
  73. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  74. <P><TABLE CELLSPACING=0 CELLPADDING=0><TR><TD><STRONG>-background</STRONG><TD><STRONG>-highlightthickness</STRONG><TD><STRONG>-insertwidth</STRONG><TD><STRONG>-state</STRONG>
  75. <TR><TD><STRONG>-borderwidth</STRONG><TD><STRONG>-insertbackground</STRONG><TD><STRONG>-relief</STRONG><TD><STRONG>-tile</STRONG>
  76. <TR><TD><STRONG>-cursor</STRONG><TD><STRONG>-insertborderwidth</STRONG><TD><STRONG>-selectbackground</STRONG><TD><STRONG>-takefocus</STRONG>
  77. <TR><TD><STRONG>-highlightbackground</STRONG><TD><STRONG>-insertofftime</STRONG><TD><STRONG>-selectborderwidth</STRONG><TD><STRONG>-xscrollcommand</STRONG>
  78. <TR><TD><STRONG>-highlightcolor</STRONG><TD><STRONG>-insertontime</STRONG><TD><STRONG>-selectforeground</STRONG><TD><STRONG>-yscrollcommand</STRONG></TABLE></P>
  79. <P>
  80. <HR>
  81. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  82. <DL>
  83. <DT><STRONG><A NAME="item_Name%3A_closeEnough">Name:    <STRONG>closeEnough</STRONG></A></STRONG><BR>
  84. <DD>
  85. <DT><STRONG><A NAME="item_Class%3A_CloseEnough">Class:    <STRONG>CloseEnough</STRONG></A></STRONG><BR>
  86. <DD>
  87. <DT><STRONG><A NAME="item_Switch%3A_%2Dcloseenough">Switch:    <STRONG>-closeenough</STRONG></A></STRONG><BR>
  88. <DD>
  89. Specifies a floating-point value indicating how close the mouse cursor
  90. must be to an item before it is considered to be ``inside'' the item.
  91. Defaults to 1.0.
  92. <P></P>
  93. <DT><STRONG><A NAME="item_Name%3A_confine">Name:    <STRONG>confine</STRONG></A></STRONG><BR>
  94. <DD>
  95. <DT><STRONG><A NAME="item_Class%3A_Confine">Class:    <STRONG>Confine</STRONG></A></STRONG><BR>
  96. <DD>
  97. <DT><STRONG><A NAME="item_Switch%3A_%2Dconfine">Switch:    <STRONG>-confine</STRONG></A></STRONG><BR>
  98. <DD>
  99. Specifies a boolean value that indicates whether or not it should be
  100. allowable to set the canvas's view outside the region defined by the
  101. <STRONG>scrollRegion</STRONG> argument.
  102. Defaults to true, which means that the view will
  103. be constrained within the scroll region.
  104. <P></P>
  105. <DT><STRONG><A NAME="item_Name%3A_height">Name:    <STRONG>height</STRONG></A></STRONG><BR>
  106. <DD>
  107. <DT><STRONG><A NAME="item_Class%3A_Height">Class:    <STRONG>Height</STRONG></A></STRONG><BR>
  108. <DD>
  109. <DT><STRONG><A NAME="item_Switch%3A_%2Dheight">Switch:    <STRONG>-height</STRONG></A></STRONG><BR>
  110. <DD>
  111. Specifies a desired window height that the canvas widget should request from
  112. its geometry manager.  The value may be specified in any
  113. of the forms described in the <A HREF="#coordinates">COORDINATES</A> section below.
  114. <P></P>
  115. <DT><STRONG><A NAME="item_Name%3A_scrollRegion">Name:    <STRONG>scrollRegion</STRONG></A></STRONG><BR>
  116. <DD>
  117. <DT><STRONG><A NAME="item_Class%3A_ScrollRegion">Class:    <STRONG>ScrollRegion</STRONG></A></STRONG><BR>
  118. <DD>
  119. <DT><STRONG><A NAME="item_Switch%3A_%2Dscrollregion">Switch:    <STRONG>-scrollregion</STRONG></A></STRONG><BR>
  120. <DD>
  121. Specifies a list with four coordinates describing the left, top, right, and
  122. bottom coordinates of a rectangular region.
  123. This region is used for scrolling purposes and is considered to be
  124. the boundary of the information in the canvas.
  125. Each of the coordinates may be specified
  126. in any of the forms given in the <A HREF="#coordinates">COORDINATES</A> section below.
  127. <P></P>
  128. <DT><STRONG><A NAME="item_Name%3A_state">Name:    <STRONG>state</STRONG></A></STRONG><BR>
  129. <DD>
  130. <DT><STRONG><A NAME="item_Class%3A_State">Class:    <STRONG>State</STRONG></A></STRONG><BR>
  131. <DD>
  132. <DT><STRONG><A NAME="item_Switch%3A_%2Dstate">Switch:    <STRONG>-state</STRONG></A></STRONG><BR>
  133. <DD>
  134. Modifies the default state of the canvas where <EM>state</EM> may be set to one of:
  135. normal, disabled, or hidden. Individual canvas objects all have their own
  136. state option, which overrides the default state. Many options can take
  137. separate specifications such that the appearance of the item can be different
  138. in different situations. The options that start with ``active'' control the
  139. appearence when the mouse pointer is over it, while the option starting
  140. with ``disabled'' controls the appearence when the state is disabled.
  141. <P></P>
  142. <DT><STRONG><A NAME="item_Name%3A_width">Name:    <STRONG>width</STRONG></A></STRONG><BR>
  143. <DD>
  144. <DT><STRONG><A NAME="item_Class%3A_width">Class:    <STRONG>width</STRONG></A></STRONG><BR>
  145. <DD>
  146. <DT><STRONG><A NAME="item_Switch%3A_%2Dwidth">Switch:    <STRONG>-width</STRONG></A></STRONG><BR>
  147. <DD>
  148. Specifies a desired window width that the canvas widget should request from
  149. its geometry manager.  The value may be specified in any
  150. of the forms described in the <A HREF="#coordinates">COORDINATES</A> section below.
  151. <P></P>
  152. <DT><STRONG><A NAME="item_Name%3A_xScrollIncrement">Name:    <STRONG>xScrollIncrement</STRONG></A></STRONG><BR>
  153. <DD>
  154. <DT><STRONG><A NAME="item_Class%3A_ScrollIncrement">Class:    <STRONG>ScrollIncrement</STRONG></A></STRONG><BR>
  155. <DD>
  156. <DT><STRONG><A NAME="item_Switch%3A_%2Dxscrollincrement">Switch:    <STRONG>-xscrollincrement</STRONG></A></STRONG><BR>
  157. <DD>
  158. Specifies an increment for horizontal scrolling, in any of the usual forms
  159. permitted for screen distances.  If the value of this option is greater
  160. than zero, the horizontal view in the window will be constrained so that
  161. the canvas x coordinate at the left edge of the window is always an even
  162. multiple of <STRONG>xScrollIncrement</STRONG>;  furthermore, the units for scrolling
  163. (e.g., the change in view when the left and right arrows of a scrollbar
  164. are selected) will also be <STRONG>xScrollIncrement</STRONG>.  If the value of
  165. this option is less than or equal to zero, then horizontal scrolling
  166. is unconstrained.
  167. <P></P>
  168. <DT><STRONG><A NAME="item_Name%3A_yScrollIncrement">Name:    <STRONG>yScrollIncrement</STRONG></A></STRONG><BR>
  169. <DD>
  170. <DT><STRONG>Class:    <STRONG>ScrollIncrement</STRONG></STRONG><BR>
  171. <DD>
  172. <DT><STRONG><A NAME="item_Switch%3A_%2Dyscrollincrement">Switch:    <STRONG>-yscrollincrement</STRONG></A></STRONG><BR>
  173. <DD>
  174. Specifies an increment for vertical scrolling, in any of the usual forms
  175. permitted for screen distances.  If the value of this option is greater
  176. than zero, the vertical view in the window will be constrained so that
  177. the canvas y coordinate at the top edge of the window is always an even
  178. multiple of <STRONG>yScrollIncrement</STRONG>;  furthermore, the units for scrolling
  179. (e.g., the change in view when the top and bottom arrows of a scrollbar
  180. are selected) will also be <STRONG>yScrollIncrement</STRONG>.  If the value of
  181. this option is less than or equal to zero, then vertical scrolling
  182. is unconstrained.
  183. <P></P></DL>
  184. <P>
  185. <HR>
  186. <H1><A NAME="description">DESCRIPTION</A></H1>
  187. <P>The <STRONG>Canvas</STRONG> method creates a new window (given
  188. by the $canvas argument) and makes it into a canvas widget.
  189. Additional options, described above, may be specified on the
  190. command line or in the option database
  191. to configure aspects of the canvas such as its colors and 3-D relief.
  192. The <STRONG>canvas</STRONG> command returns its
  193. $canvas argument.  At the time this command is invoked,
  194. there must not exist a window named $canvas, but
  195. $canvas's parent must exist.</P>
  196. <P>Canvas widgets implement structured graphics.
  197. A canvas displays any number of <EM>items</EM>, which may be things like
  198. rectangles, circles, lines, and text.
  199. Items may be manipulated (e.g. moved or re-colored) and
  200. <A HREF="../../../site/lib/Tk/callbacks.html">callbacks</A> may
  201. be associated with items in much the same way that the <A HREF="../../../site/lib/Tk/bind.html">bind</A>
  202. method allows callbacks to be bound to widgets.  For example,
  203. a particular callback may be associated with the <STRONG><Button-1></STRONG> event
  204. so that the callback is invoked whenever button 1 is pressed with
  205. the mouse cursor over an item.
  206. This means that items in a canvas can have behaviors defined by
  207. the Callbacks bound to them.</P>
  208. <P>
  209. <HR>
  210. <H1><A NAME="display list">DISPLAY LIST</A></H1>
  211. <P>The items in a canvas are ordered for purposes of display,
  212. with the first item in the display list being displayed
  213. first, followed by the next item in the list, and so on.
  214. Items later in the display list obscure those that are
  215. earlier in the display list and are sometimes referred to
  216. as being <EM>``on top''</EM> of earlier items.
  217. When a new item is created it is placed at the end of the
  218. display list, on top of everything else.
  219. Widget methods may be used to re-arrange the order of the
  220. display list.</P>
  221. <P>Window items are an exception to the above rules.  The underlying
  222. window systems require them always to be drawn on top of other items.
  223. In addition, the stacking order of window items
  224. is not affected by any of the canvas methods; you must use
  225. the <A HREF="../../../site/lib/Tk/Widget.html">raise</A> and <A HREF="../../../site/lib/Tk/Widget.html">lower</A> Tk widget methods instead.</P>
  226. <P>
  227. <HR>
  228. <H1><A NAME="item ids and tags">ITEM IDS AND TAGS</A></H1>
  229. <P>Items in a canvas widget may be named in either of two ways:
  230. by id or by tag.
  231. Each item has a unique identifying number which is assigned to
  232. that item when it is created.  The id of an item never changes
  233. and id numbers are never re-used within the lifetime of a
  234. canvas widget.</P>
  235. <P>Each item may also have any number of <EM>tags</EM> associated
  236. with it.  A tag is just a string of characters, and it may
  237. take any form except that of an integer.
  238. For example, ``x123'' is OK but ``123'' isn't.
  239. The same tag may be associated with many different items.
  240. This is commonly done to group items in various interesting
  241. ways;  for example, all selected items might be given the
  242. tag ``selected''.</P>
  243. <P>The tag <STRONG>all</STRONG> is implicitly associated with every item
  244. in the canvas;  it may be used to invoke operations on
  245. all the items in the canvas.</P>
  246. <P>The tag <STRONG>current</STRONG> is managed automatically by Tk;
  247. it applies to the <EM>current item</EM>, which is the
  248. topmost item whose drawn area covers the position of
  249. the mouse cursor.
  250. If the mouse is not in the canvas widget or is not over
  251. an item, then no item has the <STRONG>current</STRONG> tag.</P>
  252. <P>When specifying items in canvas methods, if the
  253. specifier is an integer then it is assumed to refer to
  254. the single item with that id.
  255. If the specifier is not an integer, then it is assumed to
  256. refer to all of the items in the canvas that have a tag
  257. matching the specifier.
  258. The symbol <EM>tagOrId</EM> is used below to indicate that
  259. an argument specifies either an id that selects a single
  260. item or a tag that selects zero or more items.</P>
  261. <P><EM>tagOrId</EM> may contain a logical expressions of
  262. tags by using operators: '&&', '||', '^' '!', and parenthezised
  263. subexpressions.  For example:</P>
  264. <P>$c->find('withtag',  '(a&&!b)|(!a&&b)');</P>
  265. <P>or equivalently:</P>
  266. <P>$c->find('withtag', 'a^b');</P>
  267. <P>will find only those items with either ``a'' or ``b'' tags, but not both.</P>
  268. <P>Some methods only operate on a single item at a
  269. time;  if <EM>tagOrId</EM> is specified in a way that
  270. names multiple items, then the normal behavior is for
  271. the methods is to use the first (lowest) of these items in
  272. the display list that is suitable for the method.
  273. Exceptions are noted in the method descriptions
  274. below.</P>
  275. <P>
  276. <HR>
  277. <H1><A NAME="coordinates">COORDINATES</A></H1>
  278. <P>All coordinates related to canvases are stored as floating-point
  279. numbers.
  280. Coordinates and distances are specified in screen units,
  281. which are floating-point numbers optionally followed
  282. by one of several letters.
  283. If no letter is supplied then the distance is in pixels.
  284. If the letter is <STRONG>m</STRONG> then the distance is in millimeters on
  285. the screen;  if it is <STRONG>c</STRONG> then the distance is in centimeters;
  286. <STRONG>i</STRONG> means inches, and <STRONG>p</STRONG> means printers points (1/72 inch).
  287. Larger y-coordinates refer to points lower on the screen;  larger
  288. x-coordinates refer to points farther to the right.</P>
  289. <P>
  290. <HR>
  291. <H1><A NAME="transformations">TRANSFORMATIONS</A></H1>
  292. <P>Normally the origin of the canvas coordinate system is at the
  293. upper-left corner of the window containing the canvas.
  294. It is possible to adjust the origin of the canvas
  295. coordinate system relative to the origin of the window using the
  296. <STRONG>xview</STRONG> and <STRONG>yview</STRONG> methods;  this is typically used
  297. for scrolling.
  298. Canvases do not support scaling or rotation of the canvas coordinate
  299. system relative to the window coordinate system.</P>
  300. <P>Individual items may be moved or scaled using methods
  301. described below, but they may not be rotated.</P>
  302. <P>
  303. <HR>
  304. <H1><A NAME="indices">INDICES</A></H1>
  305. <P>Text items support the notion of an <EM>index</EM> for identifying
  306. particular positions within the item.</P>
  307. <P>Indices are used for methods such as inserting text, deleting
  308. a range of characters, and setting the insertion cursor position.
  309. An index may be specified in any of a number of ways, and
  310. different types of items may support different forms for
  311. specifying indices.</P>
  312. <P>In a similar fashion, line and polygon items support <EM>index</EM> for
  313. identifying, inserting and deleting subsets of their coordinates.
  314. Indices are used for commands such as inserting or deleting
  315. a range of characters or coordinates, and setting the insertion
  316. cursor position. An index may be specified in any of a number
  317. of ways, and different types of items may support different forms
  318. for specifying indices.</P>
  319. <P>Text items support the following forms for an index;  if you
  320. define new types of text-like items, it would be advisable to
  321. support as many of these forms as practical.
  322. Note that it is possible to refer to the character just after
  323. the last one in the text item;  this is necessary for such
  324. tasks as inserting new text at the end of the item.
  325. Lines and Polygons don't support the insertion cursor
  326. and the selection. Their indices are supposed to be even
  327. always, because coordinates always appear in pairs.</P>
  328. <DL>
  329. <DT><STRONG><A NAME="item_number"><EM>number</EM></A></STRONG><BR>
  330. <DD>
  331. A decimal number giving the position of the desired character
  332. within the text item.
  333. 0 refers to the first character, 1 to the next character, and
  334. so on. If indexes are odd for lines and polygons, they will be
  335. automatically decremented by one.
  336. A number less than 0 is treated as if it were zero, and a
  337. number greater than the length of the text item is treated
  338. as if it were equal to the length of the text item. For
  339. polygons, numbers less than 0 or greater then the length
  340. of the coordinate list will be adjusted by adding or substracting
  341. the length until the result is between zero and the length,
  342. inclusive.
  343. <P></P>
  344. <DT><STRONG><A NAME="item_end"><STRONG>end</STRONG></A></STRONG><BR>
  345. <DD>
  346. Refers to the character or coordinate just after the last one
  347. in the item (same as the number of characters or coordinates
  348. in the item).
  349. <P></P>
  350. <DT><STRONG><A NAME="item_insert"><STRONG>insert</STRONG></A></STRONG><BR>
  351. <DD>
  352. Refers to the character just before which the insertion cursor
  353. is drawn in this item. Not valid for lines and polygons.
  354. <P></P>
  355. <DT><STRONG><A NAME="item_sel%2Efirst"><STRONG>sel.first</STRONG></A></STRONG><BR>
  356. <DD>
  357. Refers to the first selected character in the item.
  358. If the selection isn't in this item then this form is illegal.
  359. <P></P>
  360. <DT><STRONG><A NAME="item_sel%2Elast"><STRONG>sel.last</STRONG></A></STRONG><BR>
  361. <DD>
  362. Refers to the last selected character in the item.
  363. If the selection isn't in this item then this form is illegal.
  364. <P></P>
  365. <DT><STRONG><A NAME="item_%5Bx%2Cy%5D"><STRONG>[</STRONG><EM>x,y</EM><STRONG>]</STRONG></A></STRONG><BR>
  366. <DD>
  367. Refers to the character or coordinate at the point given by <EM>x</EM> and
  368. <EM>y</EM>, where <EM>x</EM> and <EM>y</EM> are specified in the coordinate
  369. system of the canvas.
  370. If <EM>x</EM> and <EM>y</EM> lie outside the coordinates covered by the
  371. text item, then they refer to the first or last character in the
  372. line that is closest to the given point.
  373. The Tcl string form ``@x,y'' is also allowed.
  374. <P></P></DL>
  375. <P>
  376. <HR>
  377. <H1><A NAME="dash patterns">DASH PATTERNS</A></H1>
  378. <P>Many items support the notion of an dash pattern for outlines.</P>
  379. <P>The first possible syntax is a list of integers. Each element
  380. represents the number of pixels of a line segment. Only the odd
  381. segments are drawn using the ``outline'' color. The other segments
  382. are drawn transparant.</P>
  383. <P>The second possible syntax is a character list containing only
  384. 5 possible characters <STRONG>[.,-_ ]</STRONG>. The space can be used
  385. to enlarge the space between other line elements, and can not
  386. occur as the first position in the string. Some examples:</P>
  387. <PRE>
  388.  -dash .     = -dash [2,4]
  389.  -dash -     = -dash [6,4]
  390.  -dash -.    = -dash [6,4,2,4]
  391.  -dash -..   = -dash [6,4,2,4,2,4]
  392.  -dash '. '  = -dash [2,8]
  393.  -dash ','   = -dash [4,4]</PRE>
  394. <P>The main difference of this syntax with the previous is that it
  395. it shape-conserving. This means that all values in the dash
  396. list will be multiplied by the line width before display. This
  397. assures that ``.'' will always be displayed as a dot and ``-''
  398. always as a dash regardless of the line width.</P>
  399. <P>On systems where only a limited set of dash patterns, the dash
  400. pattern will be displayed as the most close dash pattern that
  401. is available. For example, on Windows only the first 4 of the
  402. above examples are available. The last 2 examples will be
  403. displayed identically as the first one.</P>
  404. <P>
  405. <HR>
  406. <H1><A NAME="widget methods">WIDGET METHODS</A></H1>
  407. <P>The <STRONG>Canvas</STRONG> method creates a widget object.
  408. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  409. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  410. modify the options described above.
  411. The widget also inherits all the methods provided by the generic
  412. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class.</P>
  413. <P>The following additional methods are available for canvas widgets:</P>
  414. <DL>
  415. <DT><STRONG><A NAME="item_addtag"><EM>$canvas</EM>-><STRONG>addtag</STRONG>(<EM>tag, searchSpec, </EM>?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  416. <DD>
  417. For each item that meets the constraints specified by
  418. <EM>searchSpec</EM> and the <EM>arg</EM>s, add
  419. <EM>tag</EM> to the list of tags associated with the item if it
  420. isn't already present on that list.
  421. It is possible that no items will satisfy the constraints
  422. given by <EM>searchSpec</EM> and <EM>arg</EM>s, in which case the
  423. method has no effect.
  424. This command returns an empty string as result.
  425. <EM>SearchSpec</EM> and <EM>arg</EM>'s may take any of the following
  426. forms:
  427. <DL>
  428. <DT><STRONG><A NAME="item_above_tagOrId"><STRONG>above </STRONG><EM>tagOrId</EM></A></STRONG><BR>
  429. <DD>
  430. Selects the item just after (above) the one given by <EM>tagOrId</EM>
  431. in the display list.
  432. If <EM>tagOrId</EM> denotes more than one item, then the last (topmost)
  433. of these items in the display list is used.
  434. <P></P>
  435. <DT><STRONG><A NAME="item_all"><STRONG>all</STRONG></A></STRONG><BR>
  436. <DD>
  437. Selects all the items in the canvas.
  438. <P></P>
  439. <DT><STRONG><A NAME="item_below_tagOrId"><STRONG>below </STRONG><EM>tagOrId</EM></A></STRONG><BR>
  440. <DD>
  441. Selects the item just before (below) the one given by <EM>tagOrId</EM>
  442. in the display list.
  443. If <EM>tagOrId</EM> denotes more than one item, then the first (lowest)
  444. of these items in the display list is used.
  445. <P></P>
  446. <DT><STRONG><A NAME="item_closest_x_y_%3Fhalo%3F_%3Fstart%3F"><STRONG>closest </STRONG><EM>x y </EM>?<EM>halo</EM>? ?<EM>start</EM>?</A></STRONG><BR>
  447. <DD>
  448. Selects the item closest to the point given by <EM>x</EM> and <EM>y</EM>.
  449. If more than one item is at the same closest distance (e.g. two
  450. items overlap the point), then the top-most of these items (the
  451. last one in the display list) is used.
  452. If <EM>halo</EM> is specified, then it must be a non-negative
  453. value.
  454. Any item closer than <EM>halo</EM> to the point is considered to
  455. overlap it.
  456. The <EM>start</EM> argument may be used to step circularly through
  457. all the closest items.
  458. If <EM>start</EM> is specified, it names an item using a tag or id
  459. (if by tag, it selects the first item in the display list with
  460. the given tag).
  461. Instead of selecting the topmost closest item, this form will
  462. select the topmost closest item that is below <EM>start</EM> in
  463. the display list;  if no such item exists, then the selection
  464. behaves as if the <EM>start</EM> argument had not been specified.
  465. <P></P>
  466. <DT><STRONG><A NAME="item_enclosed_x1_y1_x2_y2"><STRONG>enclosed</STRONG> <EM>x1</EM> <EM>y1</EM> <EM>x2</EM> <EM>y2</EM></A></STRONG><BR>
  467. <DD>
  468. Selects all the items completely enclosed within the rectangular
  469. region given by <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM>.
  470. <EM>X1</EM> must be no greater then <EM>x2</EM> and <EM>y1</EM> must be
  471. no greater than <EM>y2</EM>.
  472. <P></P>
  473. <DT><STRONG><A NAME="item_overlapping_x1_y1_x2_y2"><STRONG>overlapping</STRONG> <EM>x1</EM> <EM>y1</EM> <EM>x2</EM> <EM>y2</EM></A></STRONG><BR>
  474. <DD>
  475. Selects all the items that overlap or are enclosed within the
  476. rectangular region given by <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>,
  477. and <EM>y2</EM>.
  478. <EM>X1</EM> must be no greater then <EM>x2</EM> and <EM>y1</EM> must be
  479. no greater than <EM>y2</EM>.
  480. <P></P>
  481. <DT><STRONG><A NAME="item_withtag_tagOrId"><STRONG>withtag </STRONG><EM>tagOrId</EM></A></STRONG><BR>
  482. <DD>
  483. Selects all the items given by <EM>tagOrId</EM>.
  484. <P></P></DL>
  485. <DT><STRONG><A NAME="item_bbox"><EM>$canvas</EM>-><STRONG>bbox</STRONG>(<EM>tagOrId, </EM>?<EM>tagOrId, tagOrId, ...</EM>?)</A></STRONG><BR>
  486. <DD>
  487. Returns a list with four elements giving an approximate bounding box
  488. for all the items named by the <EM>tagOrId</EM> arguments.
  489. The list has the form ``<EM>x1 y1 x2 y2</EM>'' such that the drawn
  490. areas of all the named elements are within the region bounded by
  491. <EM>x1</EM> on the left, <EM>x2</EM> on the right, <EM>y1</EM> on the top,
  492. and <EM>y2</EM> on the bottom.
  493. The return value may overestimate the actual bounding box by
  494. a few pixels.
  495. If no items match any of the <EM>tagOrId</EM> arguments or if the
  496. matching items have empty bounding boxes (i.e. they have nothing
  497. to display)
  498. then an empty string is returned.
  499. <P></P>
  500. <DT><STRONG><A NAME="item_bind"><EM>$canvas</EM>-><STRONG>bind</STRONG>(<EM>tagOrId</EM>?, <EM>sequence</EM>? ?,<EM>callback</EM>?)</A></STRONG><BR>
  501. <DD>
  502. This method associates <EM>callback</EM> with all the items given by
  503. <EM>tagOrId</EM> such that whenever the event sequence given by
  504. <EM>sequence</EM> occurs for one of the items the callback will
  505. be invoked.
  506. This method is similar to the <STRONG>bind</STRONG> method except that
  507. it operates on items in a canvas rather than entire widgets.
  508. See <A HREF="../../../site/lib/Tk/bind.html">the Tk::bind manpage</A> for complete details
  509. on the syntax of <EM>sequence</EM> and the substitutions performed
  510. on <EM>callback</EM> before invoking it.
  511. If all arguments are specified then a new binding is created, replacing
  512. any existing binding for the same <EM>sequence</EM> and <EM>tagOrId</EM>
  513. (if the first character of <EM>command</EM> is ``+'' then <EM>command</EM>
  514. augments an existing binding rather than replacing it).
  515. In this case the return value is an empty string.
  516. If <EM>callback</EM> is omitted then the method returns the <EM>callback</EM>
  517. associated with <EM>tagOrId</EM> and <EM>sequence</EM> (an error occurs
  518. if there is no such binding).
  519. If both <EM>callback</EM> and <EM>sequence</EM> are omitted then the method
  520. returns a list of all the sequences for which bindings have been
  521. defined for <EM>tagOrId</EM>.
  522. <P>The only events for which bindings may be specified are those related to
  523. the mouse and keyboard (such as <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>,
  524. <STRONG>ButtonPress</STRONG>, <STRONG>Motion</STRONG>, and <STRONG>KeyPress</STRONG>) or virtual events.
  525. The handling of events in canvases uses the current item defined
  526. in <A HREF="#item ids and tags">ITEM IDS AND TAGS</A> above.  <STRONG>Enter</STRONG> and <STRONG>Leave</STRONG> events trigger for an
  527. item when it becomes the current item or ceases to be the current item;
  528. note that these events are different than <STRONG>Enter</STRONG> and <STRONG>Leave</STRONG>
  529. events for windows.  Mouse-related events are directed to the current
  530. item, if any.  Keyboard-related events are directed to the focus item, if
  531. any (see the <A HREF="#focus">focus</A> method below for more on this).  If a
  532. virtual event is used in a binding, that binding can trigger only if the
  533. virtual event is defined by an underlying mouse-related or
  534. keyboard-related event.</P>
  535. <P>It is possible for multiple bindings to match a particular event.
  536. This could occur, for example, if one binding is associated with the
  537. item's id and another is associated with one of the item's tags.
  538. When this occurs, all of the matching bindings are invoked.
  539. A binding associated with the <STRONG>all</STRONG> tag is invoked first,
  540. followed by one binding for each of the item's tags (in order),
  541. followed by a binding associated with the item's id.
  542. If there are multiple matching bindings for a single tag,
  543. then only the most specific binding is invoked.
  544. A <STRONG>continue</STRONG> in a callback terminates that
  545. subroutine, and a <STRONG>break</STRONG> method terminates that subroutine
  546. and skips any remaining callbacks for the event, just as for the
  547. <STRONG>bind</STRONG> method.</P>
  548. <P>If bindings have been created for a canvas window using the <STRONG>CanvasBind</STRONG>
  549. method, then they are invoked in addition to bindings created for
  550. the canvas's items using the <STRONG>bind</STRONG> method.
  551. The bindings for items will be invoked before any of the bindings
  552. for the window as a whole.</P>
  553. <DT><STRONG><A NAME="item_canvasx"><EM>$canvas</EM>-><STRONG>canvasx</STRONG>(<EM>screenx</EM>?, <EM>gridspacing</EM>?)</A></STRONG><BR>
  554. <DD>
  555. Given a window x-coordinate in the canvas <EM>screenx</EM>, this method returns
  556. the canvas x-coordinate that is displayed at that location.
  557. If <EM>gridspacing</EM> is specified, then the canvas coordinate is
  558. rounded to the nearest multiple of <EM>gridspacing</EM> units.
  559. <P></P>
  560. <DT><STRONG><A NAME="item_canvasy"><EM>$canvas</EM>-><STRONG>canvasy</STRONG>(<EM>screeny, </EM>?<EM>gridspacing</EM>?)</A></STRONG><BR>
  561. <DD>
  562. Given a window y-coordinate in the canvas <EM>screeny</EM> this method returns
  563. the canvas y-coordinate that is displayed at that location.
  564. If <EM>gridspacing</EM> is specified, then the canvas coordinate is
  565. rounded to the nearest multiple of <EM>gridspacing</EM> units.
  566. <P></P>
  567. <DT><STRONG><A NAME="item_coords"><EM>$canvas</EM>-><STRONG>coords</STRONG>(<EM>tagOrId </EM>?<EM>x0,y0 ...</EM>?)</A></STRONG><BR>
  568. <DD>
  569. Query or modify the coordinates that define an item.
  570. If no coordinates are specified, this method returns a list
  571. whose elements are the coordinates of the item named by
  572. <EM>tagOrId</EM>.
  573. If coordinates are specified, then they replace the current
  574. coordinates for the named item.
  575. If <EM>tagOrId</EM> refers to multiple items, then
  576. the first one in the display list is used.
  577. <P></P>
  578. <DT><STRONG><A NAME="item_create"><EM>$canvas</EM>-><STRONG>create</STRONG>(<EM>type, x, y, </EM>?<EM>x, y, ...</EM>?, ?<EM>option, value, ...</EM>?)</A></STRONG><BR>
  579. <DD>
  580. Create a new item in <EM>$canvas</EM> of type <EM>type</EM>.
  581. The exact format of the arguments after <STRONG>type</STRONG> depends
  582. on <STRONG>type</STRONG>, but usually they consist of the coordinates for
  583. one or more points, followed by specifications for zero or
  584. more item options.
  585. See the subsections on individual item types below for more
  586. on the syntax of this method.
  587. This method returns the id for the new item.
  588. <P></P>
  589. <DT><STRONG><A NAME="item_dchars"><EM>$canvas</EM>-><STRONG>dchars</STRONG>(<EM>tagOrId, first, </EM>?<EM>last</EM>?)</A></STRONG><BR>
  590. <DD>
  591. For each item given by <EM>tagOrId</EM>, delete the characters, or coordinates,
  592. in the range given by <EM>first</EM> and <EM>last</EM>, inclusive.
  593. If some of the items given by <EM>tagOrId</EM> don't support
  594. Text items interpret <EM>first</EM> and <EM>last</EM> as indices to a character,
  595. line and polygon items interpret them indices to a coordinate (an x,y pair).
  596. within the <CODE>item(s)</CODE> as described in <A HREF="#indices">INDICES</A> above.
  597. If <EM>last</EM> is omitted, it defaults to <EM>first</EM>.
  598. This method returns an empty string.
  599. <P></P>
  600. <DT><STRONG><A NAME="item_delete"><EM>$canvas</EM>-><STRONG>delete</STRONG>(?<EM>tagOrId, tagOrId, ...</EM>?)</A></STRONG><BR>
  601. <DD>
  602. Delete each of the items given by each <EM>tagOrId</EM>, and return
  603. an empty string.
  604. <P></P>
  605. <DT><STRONG><A NAME="item_dtag"><EM>$canvas</EM>-><STRONG>dtag</STRONG>(<EM>tagOrId, </EM>?<EM>tagToDelete</EM>?)</A></STRONG><BR>
  606. <DD>
  607. For each of the items given by <EM>tagOrId</EM>, delete the
  608. tag given by <EM>tagToDelete</EM> from the list of those
  609. associated with the item.
  610. If an item doesn't have the tag <EM>tagToDelete</EM> then
  611. the item is unaffected by the method.
  612. If <EM>tagToDelete</EM> is omitted then it defaults to <EM>tagOrId</EM>.
  613. This method returns an empty string.
  614. <P></P>
  615. <DT><STRONG><A NAME="item_find"><EM>$canvas</EM>-><STRONG>find</STRONG>(<EM>searchCommand, </EM>?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  616. <DD>
  617. This method returns a list consisting of all the items that
  618. meet the constraints specified by <EM>searchCommand</EM> and
  619. <EM>arg</EM>'s.
  620. <EM>SearchCommand</EM> and <EM>args</EM> have any of the forms
  621. accepted by the <STRONG>addtag</STRONG> method.
  622. The items are returned in stacking order, with the lowest item first.
  623.  
  624. <PRE>
  625.  
  626. =item focus</PRE>
  627. <P></P>
  628. <DT><STRONG><A NAME="item_focus"><EM>$canvas</EM>-><STRONG>focus</STRONG>(?<EM>tagOrId</EM>?)</A></STRONG><BR>
  629. <DD>
  630. Set the keyboard focus for the canvas widget to the item given by
  631. <EM>tagOrId</EM>.
  632. If <EM>tagOrId</EM> refers to several items, then the focus is set
  633. to the first such item in the display list that supports the
  634. insertion cursor.
  635. If <EM>tagOrId</EM> doesn't refer to any items, or if none of them
  636. support the insertion cursor, then the focus isn't changed.
  637. If <EM>tagOrId</EM> is an empty
  638. string, then the focus item is reset so that no item has the focus.
  639. If <EM>tagOrId</EM> is not specified then the method returns the
  640. id for the item that currently has the focus, or an empty string
  641. if no item has the focus.
  642. <P>Once the focus has been set to an item, the item will display
  643. the insertion cursor and all keyboard events will be directed
  644. to that item.
  645. The focus item within a canvas and the focus window on the
  646. screen (set with the <STRONG>focus</STRONG> method) are totally independent:
  647. a given item doesn't actually have the input focus unless (a)
  648. its canvas is the focus window and (b) the item is the focus item
  649. within the canvas.
  650. In most cases it is advisable to follow the <STRONG>focus</STRONG> widget
  651. method with the <STRONG>CanvasFocus</STRONG> method to set the focus window to
  652. the canvas (if it wasn't there already).</P>
  653. <DT><STRONG><A NAME="item_gettags"><EM>$canvas</EM>-><STRONG>gettags</STRONG>(<EM>tagOrId</EM>)</A></STRONG><BR>
  654. <DD>
  655. Return a list whose elements are the tags associated with the
  656. item given by <EM>tagOrId</EM>.
  657. If <EM>tagOrId</EM> refers to more than one item, then the tags
  658. are returned from the first such item in the display list.
  659. If <EM>tagOrId</EM> doesn't refer to any items, or if the item
  660. contains no tags, then an empty string is returned.
  661. <P></P>
  662. <DT><STRONG><A NAME="item_icursor"><EM>$canvas</EM>-><STRONG>icursor</STRONG>(<EM>tagOrId, index</EM>)</A></STRONG><BR>
  663. <DD>
  664. Set the position of the insertion cursor for the <CODE>item(s)</CODE> given by <EM>tagOrId</EM>
  665. to just before the character whose position is given by <EM>index</EM>.
  666. If some or all of the items given by <EM>tagOrId</EM> don't support
  667. an insertion cursor then this method has no effect on them.
  668. See <A HREF="#indices">INDICES</A> above for a description of the
  669. legal forms for <EM>index</EM>.
  670. Note:  the insertion cursor is only displayed in an item if
  671. that item currently has the keyboard focus (see the widget
  672. method <STRONG>focus</STRONG>, below), but the cursor position may
  673. be set even when the item doesn't have the focus.
  674. This method returns an empty string.
  675. <P></P>
  676. <DT><STRONG><A NAME="item_index"><EM>$canvas</EM>-><STRONG>index</STRONG>(<EM>tagOrId, index</EM>)</A></STRONG><BR>
  677. <DD>
  678. This method returns a decimal string giving the numerical index
  679. within <EM>tagOrId</EM> corresponding to <EM>index</EM>.
  680. <EM>Index</EM> gives a textual description of the desired position
  681. as described in <A HREF="#indices">INDICES</A> above.
  682. Text items interpret <EM>index</EM> as an index to a  character,
  683. line and polygon items interpret it as an index to a coordinate (an x,y pair).
  684. The return value is guaranteed to lie between 0 and the number
  685. of characters, or coordinates, within the item, inclusive.
  686. If <EM>tagOrId</EM> refers to multiple items, then the index
  687. is processed in the first of these items that supports indexing
  688. operations (in display list order).
  689. <P></P>
  690. <DT><STRONG><EM>$canvas</EM>-><STRONG>insert</STRONG>(<EM>tagOrId, beforeThis, string</EM>)</STRONG><BR>
  691. <DD>
  692. For each of the items given by <EM>tagOrId</EM>, if the item supports
  693. text or coordinate, insertion then <EM>string</EM> is inserted into the item's
  694. text just before the character, or coordinate, whose index is <EM>beforeThis</EM>.
  695. Text items interpret <EM>beforethis</EM> as an index to a  character,
  696. line and polygon items interpret it as an index to a coordinate (an x,y pair).
  697. For lines and polygons the <EM>string</EM> must be a valid coordinate
  698. sequence.
  699. See <A HREF="#indices">INDICES</A> above for information about the forms allowed
  700. for <EM>beforeThis</EM>.
  701. This method returns an empty string.
  702. <P></P>
  703. <DT><STRONG><A NAME="item_itemcget"><EM>$canvas</EM>-><STRONG>itemcget</STRONG>(<EM>tagOrId, </EM><EM>option</EM>)</A></STRONG><BR>
  704. <DD>
  705. Returns the current value of the configuration option for the
  706. item given by <EM>tagOrId</EM> whose name is <EM>option</EM>.
  707. This method is similar to the <A HREF="../../../site/lib/Tk/option.html">cget</A> method except that
  708. it applies to a particular item rather than the widget as a whole.
  709. <EM>Option</EM> may have any of the values accepted by the <STRONG>create</STRONG>
  710. method when the item was created.
  711. If <EM>tagOrId</EM> is a tag that refers to more than one item,
  712. the first (lowest) such item is used.
  713. <P></P>
  714. <DT><STRONG><A NAME="item_itemconfigure"><EM>$canvas</EM>-><STRONG>itemconfigure</STRONG>(<EM>tagOrId, </EM>?<EM>option</EM>?, ?<EM>value</EM>?, ?<EM>option, value, ...</EM>?)</A></STRONG><BR>
  715. <DD>
  716. This method is similar to the <A HREF="../../../site/lib/Tk/option.html">configure</A> method except
  717. that it modifies item-specific options for the items given by
  718. <EM>tagOrId</EM> instead of modifying options for the overall
  719. canvas widget.
  720. If no <EM>option</EM> is specified, returns a list describing all of
  721. the available options for the first item given by <EM>tagOrId</EM>
  722. (see <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for
  723. information on the format of this list).  If <EM>option</EM> is specified
  724. with no <EM>value</EM>, then the method returns a list describing the
  725. one named option (this list will be identical to the corresponding
  726. sublist of the value returned if no <EM>option</EM> is specified).  If
  727. one or more <EM>option-value</EM> pairs are specified, then the method
  728. modifies the given widget <CODE>option(s)</CODE> to have the given <CODE>value(s)</CODE> in
  729. each of the items given by <EM>tagOrId</EM>;  in
  730. this case the method returns an empty string.
  731. The <EM>option</EM>s and <EM>value</EM>s are the same as those permissible
  732. in the <STRONG>create</STRONG> method when the <CODE>item(s)</CODE> were created;
  733. see the sections describing individual item types below for details
  734. on the legal options.
  735. <P></P>
  736. <DT><STRONG><A NAME="item_lower"><EM>$canvas</EM>-><STRONG>lower</STRONG>(<EM>tagOrId, </EM>?<EM>belowThis</EM>?)</A></STRONG><BR>
  737. <DD>
  738. Move all of the items given by <EM>tagOrId</EM> to a new position
  739. in the display list just before the item given by <EM>belowThis</EM>.
  740. If <EM>tagOrId</EM> refers to more than one item then all are moved
  741. but the relative order of the moved items will not be changed.
  742. <EM>BelowThis</EM> is a tag or id;  if it refers to more than one
  743. item then the first (lowest) of these items in the display list is used
  744. as the destination location for the moved items.
  745. Note: this method has no effect on window items.  Window items always
  746. obscure other item types, and the stacking order of window items is
  747. determined by the <STRONG>raise</STRONG> and <STRONG>lower</STRONG> methods of the widget, not the
  748. <STRONG>raise</STRONG> and <STRONG>lower</STRONG> methods for canvases.
  749. This method returns an empty string.
  750. <P></P>
  751. <DT><STRONG><A NAME="item_move"><EM>$canvas</EM>-><STRONG>move</STRONG>(<EM>tagOrId, xAmount, yAmount</EM>)</A></STRONG><BR>
  752. <DD>
  753. Move each of the items given by <EM>tagOrId</EM> in the canvas coordinate
  754. space by adding <EM>xAmount</EM> to the x-coordinate of each point
  755. associated with the item and <EM>yAmount</EM> to the y-coordinate of
  756. each point associated with the item.
  757. This method returns an empty string.
  758. <P></P>
  759. <DT><STRONG><A NAME="item_postscript"><EM>$canvas</EM>-><STRONG>postscript</STRONG>(?<EM>option, value, option, value, ...</EM>?)</A></STRONG><BR>
  760. <DD>
  761. Generate a Postscript representation for part or all of the canvas.
  762. If the <STRONG>-file</STRONG> option is specified then the Postscript is written
  763. to a file and an empty string is returned;  otherwise the Postscript
  764. is returned as the result of the method.
  765. If the interpreter that owns the canvas is marked as safe, the operation
  766. will fail because safe interpreters are not allowed to write files.
  767. If the <STRONG>-channel</STRONG> option is specified, the argument denotes the name
  768. of a channel already opened for writing. The Postscript is written to
  769. that channel, and the channel is left open for further writing at the end
  770. of the operation.
  771. The Postscript is created in Encapsulated Postscript form using
  772. version 3.0 of the Document Structuring Conventions.
  773. Note: by default Postscript is only generated for information that
  774. appears in the canvas's window on the screen.  If the canvas is
  775. freshly created it may still have its initial size of 1x1 pixel
  776. so nothing will appear in the Postscript.  To get around this problem
  777. either invoke the <STRONG>update</STRONG> method to wait for the canvas window
  778. to reach its final size, or else use the <STRONG>-width</STRONG> and <STRONG>-height</STRONG>
  779. options to specify the area of the canvas to print.
  780. The <EM>option</EM>-<EM>value</EM> argument pairs provide additional
  781. information to control the generation of Postscript.  The following
  782. options are supported:
  783. <DL>
  784. <DT><STRONG><A NAME="item_%2Dcolormap_%3D%3E_hashRef"><STRONG>-colormap</STRONG> => <EM>hashRef</EM></A></STRONG><BR>
  785. <DD>
  786. <EM>HashRef</EM> must be a reference to a hash variable or an anonymous hash
  787. that specifies a color mapping to use in the Postscript.
  788. Each value of the hash must consist of Postscript
  789. code to set a particular color value (e.g. ``<STRONG>1.0 1.0 0.0 setrgbcolor</STRONG>'').
  790. When outputting color information in the Postscript, Tk checks
  791. to see if there is a key in the hash with the same
  792. name as the color.
  793. If so, Tk uses the value of the element as the Postscript method
  794. to set the color.
  795. If this option hasn't been specified, or if there isn't a key
  796. in <EM>hashRef</EM> for a given color, then Tk uses the red, green,
  797. and blue intensities from the X color.
  798. <P></P>
  799. <DT><STRONG><A NAME="item_%2Dcolormode_%3D%3E_mode"><STRONG>-colormode</STRONG> => <EM>mode</EM></A></STRONG><BR>
  800. <DD>
  801. Specifies how to output color information.  <EM>Mode</EM> must be either
  802. <STRONG>color</STRONG> (for full color output), <STRONG>gray</STRONG> (convert all colors
  803. to their gray-scale equivalents) or <STRONG>mono</STRONG> (convert all colors
  804. to black or white).
  805. <P></P>
  806. <DT><STRONG><A NAME="item_%2Dfile_%3D%3E_fileName"><STRONG>-file</STRONG> => <EM>fileName</EM></A></STRONG><BR>
  807. <DD>
  808. Specifies the name of the file in which to write the Postscript.
  809. If this option isn't specified then the Postscript is returned as the
  810. result of the method instead of being written to a file.
  811. <P></P>
  812. <DT><STRONG><A NAME="item_%2Dfontmap_%3D%3E_hashRef"><STRONG>-fontmap</STRONG> => <EM>hashRef</EM></A></STRONG><BR>
  813. <DD>
  814. <EM>HashRef</EM> must be a reference to a hash variable or an anonymous hash
  815. that specifies a font mapping to use in the Postscript.
  816. Each value of the hash must consist of an array reference with
  817. two elements, which are the name and point size of a Postscript font.
  818. When outputting Postscript commands for a particular font, Tk
  819. checks to see if <EM>hashRef</EM> contains a value with the same
  820. name as the font.
  821. If there is such an element, then the font information contained in
  822. that element is used in the Postscript.
  823. Otherwise Tk attempts to guess what Postscript font to use.
  824. Tk's guesses generally only work for well-known fonts such as
  825. Times and Helvetica and Courier, and only if the X font name does not
  826. omit any dashes up through the point size.
  827. For example, <STRONG>-*-Courier-Bold-R-Normal--*-120-*</STRONG> will work but
  828. <STRONG>*Courier-Bold-R-Normal*120*</STRONG> will not;  Tk needs the dashes to
  829. parse the font name).
  830. <P></P>
  831. <DT><STRONG><A NAME="item_%2Dheight_%3D%3E_size"><STRONG>-height</STRONG> => <EM>size</EM></A></STRONG><BR>
  832. <DD>
  833. Specifies the height of the area of the canvas to print.
  834. Defaults to the height of the canvas window.
  835. <P></P>
  836. <DT><STRONG><A NAME="item_%2Dpageanchor_%3D%3E_anchor"><STRONG>-pageanchor</STRONG> => <EM>anchor</EM></A></STRONG><BR>
  837. <DD>
  838. Specifies which point of the printed area of the canvas should appear over
  839. the positioning point on the page (which is given by the <STRONG>-pagex</STRONG>
  840. and <STRONG>-pagey</STRONG> options).
  841. For example, <STRONG>-pageanchor</STRONG>=><STRONG>n</STRONG> means that the top center of the
  842. area of the canvas being printed (as it appears in the canvas window)
  843. should be over the positioning point. Defaults to <STRONG>center</STRONG>.
  844. <P></P>
  845. <DT><STRONG><A NAME="item_%2Dpageheight_%3D%3E_size"><STRONG>-pageheight</STRONG> => <EM>size</EM></A></STRONG><BR>
  846. <DD>
  847. Specifies that the Postscript should be scaled in both x and y so
  848. that the printed area is <EM>size</EM> high on the Postscript page.
  849. <EM>Size</EM> consists of a floating-point number followed by
  850. <STRONG>c</STRONG> for centimeters, <STRONG>i</STRONG> for inches, <STRONG>m</STRONG> for millimeters,
  851. or <STRONG>p</STRONG> or nothing for printer's points (1/72 inch).
  852. Defaults to the height of the printed area on the screen.
  853. If both <STRONG>-pageheight</STRONG> and <STRONG>-pagewidth</STRONG> are specified then
  854. the scale factor from <STRONG>-pagewidth</STRONG> is used (non-uniform scaling
  855. is not implemented).
  856. <P></P>
  857. <DT><STRONG><A NAME="item_%2Dpagewidth_%3D%3E_size"><STRONG>-pagewidth</STRONG> => <EM>size</EM></A></STRONG><BR>
  858. <DD>
  859. Specifies that the Postscript should be scaled in both x and y so
  860. that the printed area is <EM>size</EM> wide on the Postscript page.
  861. <EM>Size</EM> has the same form as for <STRONG>-pageheight</STRONG>.
  862. Defaults to the width of the printed area on the screen.
  863. If both <STRONG>-pageheight</STRONG> and <STRONG>-pagewidth</STRONG> are specified then
  864. the scale factor from <STRONG>-pagewidth</STRONG>  is used (non-uniform scaling
  865. is not implemented).
  866. <P></P>
  867. <DT><STRONG><A NAME="item_%2Dpagex_%3D%3E_position"><STRONG>-pagex</STRONG> => <EM>position</EM></A></STRONG><BR>
  868. <DD>
  869. <EM>Position</EM> gives the x-coordinate of the positioning point on
  870. the Postscript page, using any of the forms allowed for <STRONG>-pageheight</STRONG>.
  871. Used in conjunction with the <STRONG>-pagey</STRONG> and <STRONG>-pageanchor</STRONG> options
  872. to determine where the printed area appears on the Postscript page.
  873. Defaults to the center of the page.
  874. <P></P>
  875. <DT><STRONG><A NAME="item_%2Dpagey_%3D%3E_position"><STRONG>-pagey</STRONG> => <EM>position</EM></A></STRONG><BR>
  876. <DD>
  877. <EM>Position</EM> gives the y-coordinate of the positioning point on
  878. the Postscript page, using any of the forms allowed for <STRONG>-pageheight</STRONG>.
  879. Used in conjunction with the <STRONG>-pagex</STRONG> and <STRONG>-pageanchor</STRONG> options
  880. to determine where the printed area appears on the Postscript page.
  881. Defaults to the center of the page.
  882. <P></P>
  883. <DT><STRONG><A NAME="item_%2Drotate_%3D%3E_boolean"><STRONG>-rotate</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  884. <DD>
  885. <EM>Boolean</EM> specifies whether the printed area is to be rotated 90
  886. degrees.
  887. In non-rotated output the x-axis of the printed area runs along
  888. the short dimension of the page (``portrait'' orientation);
  889. in rotated output the x-axis runs along the long dimension of the
  890. page (``landscape'' orientation).
  891. Defaults to non-rotated.
  892. <P></P>
  893. <DT><STRONG><A NAME="item_%2Dwidth_%3D%3E_size"><STRONG>-width</STRONG> => <EM>size</EM></A></STRONG><BR>
  894. <DD>
  895. Specifies the width of the area of the canvas to print.
  896. Defaults to the width of the canvas window.
  897. <P></P>
  898. <DT><STRONG><A NAME="item_%2Dx_%3D%3E_position"><STRONG>-x</STRONG> => <EM>position</EM></A></STRONG><BR>
  899. <DD>
  900. Specifies the x-coordinate of the left edge of the area of the
  901. canvas that is to be printed, in canvas coordinates, not window
  902. coordinates.
  903. Defaults to the coordinate of the left edge of the window.
  904. <P></P>
  905. <DT><STRONG><A NAME="item_%2Dy_%3D%3E_position"><STRONG>-y</STRONG> => <EM>position</EM></A></STRONG><BR>
  906. <DD>
  907. Specifies the y-coordinate of the top edge of the area of the
  908. canvas that is to be printed, in canvas coordinates, not window
  909. coordinates.
  910. Defaults to the coordinate of the top edge of the window.
  911. <P></P></DL>
  912. <DT><STRONG><A NAME="item_raise"><EM>$canvas</EM>-><STRONG>raise</STRONG>(<EM>tagOrId, </EM>?<EM>aboveThis</EM>?)</A></STRONG><BR>
  913. <DD>
  914. Move all of the items given by <EM>tagOrId</EM> to a new position
  915. in the display list just after the item given by <EM>aboveThis</EM>.
  916. If <EM>tagOrId</EM> refers to more than one item then all are moved
  917. but the relative order of the moved items will not be changed.
  918. <EM>AboveThis</EM> is a tag or id;  if it refers to more than one
  919. item then the last (topmost) of these items in the display list is used
  920. as the destination location for the moved items.
  921. Note: this method has no effect on window items.  Window items always
  922. obscure other item types, and the stacking order of window items is
  923. determined by the <STRONG>raise</STRONG> and <STRONG>lower</STRONG> widget commands, not the
  924. <STRONG>raise</STRONG> and <STRONG>lower</STRONG> methods for canvases.
  925. This method returns an empty string.
  926. <P></P>
  927. <DT><STRONG><A NAME="item_scale"><EM>$canvas</EM>-><STRONG>scale</STRONG>(<EM>tagOrId, xOrigin, yOrigin, xScale, yScale</EM>)</A></STRONG><BR>
  928. <DD>
  929. Rescale all of the items given by <EM>tagOrId</EM> in canvas coordinate
  930. space.
  931. <EM>XOrigin</EM> and <EM>yOrigin</EM> identify the origin for the scaling
  932. operation and <EM>xScale</EM> and <EM>yScale</EM> identify the scale
  933. factors for x- and y-coordinates, respectively (a scale factor of
  934. 1.0 implies no change to that coordinate).
  935. For each of the points defining each item, the x-coordinate is
  936. adjusted to change the distance from <EM>xOrigin</EM> by a factor
  937. of <EM>xScale</EM>.
  938. Similarly, each y-coordinate is adjusted to change the distance
  939. from <EM>yOrigin</EM> by a factor of <EM>yScale</EM>.
  940. This method returns an empty string.
  941. <P></P>
  942. <DT><STRONG><A NAME="item_scan"><EM>$canvas</EM>-><STRONG>scan</STRONG>(<EM>option, args</EM>)</A></STRONG><BR>
  943. <DD>
  944. This method is used to implement scanning on canvases.  It has
  945. two forms, depending on <EM>option</EM>:
  946. <DL>
  947. <DT><STRONG><A NAME="item_scanMark"><EM>$canvas</EM>-><STRONG>scanMark</STRONG>(<EM>x, y</EM>)</A></STRONG><BR>
  948. <DD>
  949. Records <EM>x</EM> and <EM>y</EM> and the canvas's current view;  used
  950. in conjunction with later <STRONG>scanDragto</STRONG> method.
  951. Typically this method is associated with a mouse button press in
  952. the widget and <EM>x</EM> and <EM>y</EM> are the coordinates of the
  953. mouse.  It returns an empty string.
  954. <P></P>
  955. <DT><STRONG><A NAME="item_scanDragto"><EM>$canvas</EM>-><STRONG>scanDragto</STRONG>(<EM>x, y, ?gain?</EM>.)</A></STRONG><BR>
  956. <DD>
  957. This method computes the difference between its <EM>x</EM> and <EM>y</EM>
  958. arguments (which are typically mouse coordinates) and the <EM>x</EM> and
  959. <EM>y</EM> arguments to the last <STRONG>scanMark</STRONG> method for the widget.
  960. It then adjusts the view by 10 times the
  961. difference in coordinates.  This method is typically associated
  962. It then adjusts the view by <EM>gain</EM> times the
  963. difference in coordinates, where <EM>gain</EM> defaults to 10.
  964. This command is typically associated
  965. with mouse motion events in the widget, to produce the effect of
  966. dragging the canvas at high speed through its window.  The return
  967. value is an empty string.
  968. <P></P></DL>
  969. <DT><STRONG><A NAME="item_select"><EM>$canvas</EM>-><STRONG>select</STRONG>(<EM>option, </EM>?<EM>tagOrId, arg</EM>?)</A></STRONG><BR>
  970. <DD>
  971. Manipulates the selection in one of several ways, depending on
  972. <EM>option</EM>.
  973. The method may take any of the forms described below.
  974. In all of the descriptions below, <EM>tagOrId</EM> must refer to
  975. an item that supports indexing and selection;  if it refers to
  976. multiple items then the first of
  977. these that supports indexing and the selection is used.
  978. <EM>Index</EM> gives a textual description of a position
  979. within <EM>tagOrId</EM>, as described in <A HREF="#indices">INDICES</A> above.
  980. <DL>
  981. <DT><STRONG><A NAME="item_selectAdjust"><EM>$canvas</EM>-><STRONG>selectAdjust</STRONG>(<EM>tagOrId, index</EM>)</A></STRONG><BR>
  982. <DD>
  983. Locate the end of the selection in <EM>tagOrId</EM> nearest
  984. to the character given by <EM>index</EM>, and adjust that
  985. end of the selection to be at <EM>index</EM> (i.e. including
  986. but not going beyond <EM>index</EM>).
  987. The other end of the selection is made the anchor point
  988. for future <STRONG>selectTo</STRONG> method calls.
  989. If the selection isn't currently in <EM>tagOrId</EM> then
  990. this method behaves the same as the <STRONG>selectTo</STRONG> widget
  991. method.
  992. Returns an empty string.
  993. <P></P>
  994. <DT><STRONG><A NAME="item_selectClear"><EM>$canvas</EM>-><STRONG>selectClear</STRONG></A></STRONG><BR>
  995. <DD>
  996. Clear the selection if it is in this widget.
  997. If the selection isn't in this widget then the method
  998. has no effect.
  999. Returns an empty string.
  1000. <P></P>
  1001. <DT><STRONG><A NAME="item_selectFrom"><EM>$canvas</EM>-><STRONG>selectFrom</STRONG>(<EM>tagOrId, index</EM>)</A></STRONG><BR>
  1002. <DD>
  1003. Set the selection anchor point for the widget to be just
  1004. before the character
  1005. given by <EM>index</EM> in the item given by <EM>tagOrId</EM>.
  1006. This method doesn't change the selection;  it just sets
  1007. the fixed end of the selection for future <STRONG>selectTo</STRONG>
  1008. method calls.
  1009. Returns an empty string.
  1010. <P></P>
  1011. <DT><STRONG><A NAME="item_selectItem"><EM>$canvas</EM>-><STRONG>selectItem</STRONG></A></STRONG><BR>
  1012. <DD>
  1013. Returns the id of the selected item, if the selection is in an
  1014. item in this canvas.
  1015. If the selection is not in this canvas then an empty string
  1016. is returned.
  1017. <P></P>
  1018. <DT><STRONG><A NAME="item_selectTo"><EM>$canvas</EM>-><STRONG>selectTo</STRONG>(<EM>tagOrId, index</EM>)</A></STRONG><BR>
  1019. <DD>
  1020. Set the selection to consist of those characters of <EM>tagOrId</EM>
  1021. between the selection anchor point and
  1022. <EM>index</EM>.
  1023. The new selection will include the character given by <EM>index</EM>;
  1024. it will include the character given by the anchor point only if
  1025. <EM>index</EM> is greater than or equal to the anchor point.
  1026. The anchor point is determined by the most recent <STRONG>selectAdjust</STRONG>
  1027. or <STRONG>selectFrom</STRONG> method calls for this widget.
  1028. If the selection anchor point for the widget isn't currently in
  1029. <EM>tagOrId</EM>, then it is set to the same character given
  1030. by <EM>index</EM>.
  1031. Returns an empty string.
  1032. <P></P></DL>
  1033. <DT><STRONG><A NAME="item_type"><EM>$canvas</EM>-><STRONG>type</STRONG>(<EM>tagOrId</EM>)</A></STRONG><BR>
  1034. <DD>
  1035. Returns the type of the item given by <EM>tagOrId</EM>, such as
  1036. <STRONG>rectangle</STRONG> or <STRONG>text</STRONG>.
  1037. If <EM>tagOrId</EM> refers to more than one item, then the type
  1038. of the first item in the display list is returned.
  1039. If <EM>tagOrId</EM> doesn't refer to any items at all then
  1040. an empty string is returned.
  1041. <P></P>
  1042. <DT><STRONG><A NAME="item_xview"><EM>$canvas</EM>-><STRONG>xview</STRONG>(?<EM>args</EM>?)</A></STRONG><BR>
  1043. <DD>
  1044. This method is used to query and change the horizontal position of the
  1045. information displayed in the canvas's window.
  1046. It can take any of the following forms:
  1047. <DL>
  1048. <DT><STRONG><EM>$canvas</EM>-><STRONG>xview</STRONG></STRONG><BR>
  1049. <DD>
  1050. Returns a list containing two elements.
  1051. Each element is a real fraction between 0 and 1;  together they describe
  1052. the horizontal span that is visible in the window.
  1053. For example, if the first element is .2 and the second element is .6,
  1054. 20% of the canvas's area (as defined by the <STRONG>-scrollregion</STRONG> option)
  1055. is off-screen to the left, the middle 40% is visible
  1056. in the window, and 40% of the canvas is off-screen to the right.
  1057. These are the same values passed to scrollbars via the <STRONG>-xscrollcommand</STRONG>
  1058. option.
  1059. <P></P>
  1060. <DT><STRONG><A NAME="item_xviewMoveto"><EM>$canvas</EM>-><STRONG>xviewMoveto</STRONG>(<EM>fraction</EM>)</A></STRONG><BR>
  1061. <DD>
  1062. Adjusts the view in the window so that <EM>fraction</EM> of the
  1063. total width of the canvas is off-screen to the left.
  1064. <EM>Fraction</EM> must be a fraction between 0 and 1.
  1065. <P></P>
  1066. <DT><STRONG><A NAME="item_xviewScroll"><EM>$canvas</EM>-><STRONG>xviewScroll</STRONG>(<EM>number, what</EM>)</A></STRONG><BR>
  1067. <DD>
  1068. This method shifts the view in the window left or right according to
  1069. <EM>number</EM> and <EM>what</EM>.
  1070. <EM>Number</EM> must be an integer.
  1071. <EM>What</EM> must be either <STRONG>units</STRONG> or <STRONG>pages</STRONG> or an abbreviation
  1072. of one of these.
  1073. If <EM>what</EM> is <STRONG>units</STRONG>, the view adjusts left or right in units
  1074. of the <STRONG>xScrollIncrement</STRONG> option, if it is greater than zero,
  1075. or in units of one-tenth the window's width otherwise.
  1076. If <EM>what is </EM><STRONG>pages</STRONG> then the view
  1077. adjusts in units of nine-tenths the window's width.
  1078. If <EM>number</EM> is negative then information farther to the left
  1079. becomes visible;  if it is positive then information farther to the right
  1080. becomes visible.
  1081. <P></P></DL>
  1082. <DT><STRONG><A NAME="item_yview"><EM>$canvas</EM>-><STRONG>yview</STRONG>(<EM>?args</EM>?)</A></STRONG><BR>
  1083. <DD>
  1084. This method is used to query and change the vertical position of the
  1085. information displayed in the canvas's window.
  1086. It can take any of the following forms:
  1087. <DL>
  1088. <DT><STRONG><EM>$canvas</EM>-><STRONG>yview</STRONG></STRONG><BR>
  1089. <DD>
  1090. Returns a list containing two elements.
  1091. Each element is a real fraction between 0 and 1;  together they describe
  1092. the vertical span that is visible in the window.
  1093. For example, if the first element is .6 and the second element is 1.0,
  1094. the lowest 40% of the canvas's area (as defined by the <STRONG>-scrollregion</STRONG>
  1095. option) is visible in the window.
  1096. These are the same values passed to scrollbars via the <STRONG>-yscrollcommand</STRONG>
  1097. option.
  1098. <P></P>
  1099. <DT><STRONG><A NAME="item_yviewMoveto"><EM>$canvas</EM>-><STRONG>yviewMoveto</STRONG>(<EM>fraction</EM>)</A></STRONG><BR>
  1100. <DD>
  1101. Adjusts the view in the window so that <EM>fraction</EM> of the canvas's
  1102. area is off-screen to the top.
  1103. <EM>Fraction</EM> is a fraction between 0 and 1.
  1104. <P></P>
  1105. <DT><STRONG><A NAME="item_yviewScroll"><EM>$canvas</EM>-><STRONG>yviewScroll</STRONG>(<EM>number, what</EM>)</A></STRONG><BR>
  1106. <DD>
  1107. This method adjusts the view in the window up or down according to
  1108. <EM>number</EM> and <EM>what</EM>.
  1109. <EM>Number</EM> must be an integer.
  1110. <EM>What</EM> must be either <STRONG>units</STRONG> or <STRONG>pages</STRONG>.
  1111. If <EM>what</EM> is <STRONG>units</STRONG>, the view adjusts up or down in units
  1112. of the <STRONG>yScrollIncrement</STRONG> option, if it is greater than zero,
  1113. or in units of one-tenth the window's height otherwise.
  1114. If <EM>what</EM> is <STRONG>pages</STRONG> then
  1115. the view adjusts in units of nine-tenths the window's height.
  1116. If <EM>number</EM> is negative then higher information becomes
  1117. visible;  if it is positive then lower information
  1118. becomes visible.
  1119. <P></P></DL>
  1120. </DL>
  1121. <P>
  1122. <HR>
  1123. <H1><A NAME="overview of item types">OVERVIEW OF ITEM TYPES</A></H1>
  1124. <P>The sections below describe the various types of items supported
  1125. by canvas widgets.  Each item type is characterized by two things:
  1126. first, the form of the <STRONG>create</STRONG> method used to create
  1127. instances of the type;  and second, a set of configuration options
  1128. for items of that type, which may be used in the
  1129. <STRONG>create</STRONG> and <STRONG>itemconfigure</STRONG> methods.
  1130. Most items don't support indexing or selection or the methods
  1131. related to them, such as <STRONG>index</STRONG> and <STRONG>insert</STRONG>.
  1132. Where items do support these facilities, it is noted explicitly
  1133. in the descriptions below.
  1134. At present, text, line and polygon items provide this support.
  1135. For lines and polygons the indexing facility is used to manipulate
  1136. the coordinates of the item.</P>
  1137. <P>
  1138. <HR>
  1139. <H1><A NAME="arc items">ARC ITEMS</A></H1>
  1140. <P>Items of type <STRONG>arc</STRONG> appear on the display as arc-shaped regions.
  1141. An arc is a section of an oval delimited by two angles (specified
  1142. by the <STRONG>-start</STRONG> and <STRONG>-extent</STRONG> options) and displayed in
  1143. one of several ways (specified by the <STRONG>-style</STRONG> option).
  1144. Arcs are created with methods of the following form:</P>
  1145. <PRE>
  1146.  $canvas->createArc(x1, y1, x2, y2, ?option, value, option, value, ...?)</PRE>
  1147. <P>The arguments <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM> give
  1148. the coordinates of two diagonally opposite corners of a
  1149. rectangular region enclosing the oval that defines the arc.
  1150. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1151. pairs, each of which sets one of the configuration options
  1152. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1153. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1154. configuration.
  1155. The following options are supported for arcs:</P>
  1156. <DL>
  1157. <DT><STRONG><A NAME="item_%2Ddash_%3D%3E_pattern"><STRONG>-dash</STRONG> => <EM>pattern</EM></A></STRONG><BR>
  1158. <DD>
  1159. <DT><STRONG><A NAME="item_%2Dactivedash_%3D%3E_pattern"><STRONG>-activedash</STRONG> => <EM>pattern</EM></A></STRONG><BR>
  1160. <DD>
  1161. <DT><STRONG><A NAME="item_%2Ddisableddash_%3D%3E_pattern"><STRONG>-disableddash</STRONG> => <EM>pattern</EM></A></STRONG><BR>
  1162. <DD>
  1163. This option specifies dash patterns for the normal state, the active
  1164. state, and the disabled state of an arc item.
  1165. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  1166. If the dash options are omitted then the default is a solid outline.
  1167. <P></P>
  1168. <DT><STRONG><A NAME="item_%2Ddashoffset_%3D%3E_offset"><STRONG>-dashoffset</STRONG> => <EM>offset</EM></A></STRONG><BR>
  1169. <DD>
  1170. The starting <EM>offset</EM> into the pattern provided by the
  1171. <STRONG>-dash</STRONG> option.
  1172. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  1173. <P></P>
  1174. <DT><STRONG><A NAME="item_%2Dextent_%3D%3E_degrees"><STRONG>-extent</STRONG> => <EM>degrees</EM></A></STRONG><BR>
  1175. <DD>
  1176. Specifies the size of the angular range occupied by the arc.
  1177. The arc's range extends for <EM>degrees</EM> degrees counter-clockwise
  1178. from the starting angle given by the <STRONG>-start</STRONG> option.
  1179. <EM>Degrees</EM> may be negative.
  1180. If it is greater than 360 or less than -360, then <EM>degrees</EM>
  1181. modulo 360 is used as the extent.
  1182. <P></P>
  1183. <DT><STRONG><A NAME="item_%2Dfill_%3D%3E_color"><STRONG>-fill</STRONG> => <EM>color</EM></A></STRONG><BR>
  1184. <DD>
  1185. <DT><STRONG><A NAME="item_%2Dactivefill_%3D%3E_color"><STRONG>-activefill</STRONG> => <EM>color</EM></A></STRONG><BR>
  1186. <DD>
  1187. <DT><STRONG><A NAME="item_%2Ddisabledfill_%3D%3E_color"><STRONG>-disabledfill</STRONG> => <EM>color</EM></A></STRONG><BR>
  1188. <DD>
  1189. Specifies the color to be used to fill the arc region in its normal, active, and
  1190. disabled states,
  1191. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1192. If <EM>color</EM> is an empty string (the default), then
  1193. then the arc will not be filled.
  1194. <P></P>
  1195. <DT><STRONG><A NAME="item_%2Doutline_%3D%3E_color"><STRONG>-outline</STRONG> => <EM>color</EM></A></STRONG><BR>
  1196. <DD>
  1197. <DT><STRONG><A NAME="item_%2Dactiveoutline_%3D%3E_color"><STRONG>-activeoutline</STRONG> => <EM>color</EM></A></STRONG><BR>
  1198. <DD>
  1199. <DT><STRONG><A NAME="item_%2Ddisabledoutline_%3D%3E_color"><STRONG>-disabledoutline</STRONG> => <EM>color</EM></A></STRONG><BR>
  1200. <DD>
  1201. This option specifies the color that should be used to draw the
  1202. outline of the arc in its normal, active and disabled states.
  1203. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1204. This option defaults to <STRONG>black</STRONG>.  If <EM>color</EM> is specified
  1205. as an empty string then no outline is drawn for the arc.
  1206. <P></P>
  1207. <DT><STRONG><A NAME="item_%2Doutlinestipple_%3D%3E_bitmap"><STRONG>-outlinestipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1208. <DD>
  1209. <DT><STRONG><A NAME="item_%2Dactiveoutlinestipple_%3D%3E_bitmap"><STRONG>-activeoutlinestipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1210. <DD>
  1211. <DT><STRONG><A NAME="item_%2Ddisabledoutlinestipple_%3D%3E_bitmap"><STRONG>-disabledoutlinestipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1212. <DD>
  1213. This option specifies stipple patterns that should be used to draw the
  1214. outline of the arc in its normal, active and disabled states.
  1215. Indicates that the outline for the arc should be drawn with a stipple pattern;
  1216. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1217. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1218. If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  1219. has no effect.
  1220. If <EM>bitmap</EM> is an empty string (the default), then the outline is drawn
  1221. in a solid fashion.
  1222. <P></P>
  1223. <DT><STRONG><A NAME="item_%2Dstart_%3D%3E_degrees"><STRONG>-start</STRONG> => <EM>degrees</EM></A></STRONG><BR>
  1224. <DD>
  1225. Specifies the beginning of the angular range occupied by the
  1226. arc.
  1227. <EM>Degrees</EM> is given in units of degrees measured counter-clockwise
  1228. from the 3-o'clock position;  it may be either positive or negative.
  1229. <P></P>
  1230. <DT><STRONG><A NAME="item_%2Dstate_%3D%3E_state"><STRONG>-state</STRONG> => <EM>state</EM></A></STRONG><BR>
  1231. <DD>
  1232. Modifies the state of the arc item where <EM>state</EM> may be set to one of:
  1233. normal, disabled, hidden or {}. If set to empty, the state of the canvas
  1234. itself is used. An arc item may also be in the ``active''
  1235. state if the mouse is currently over it.  Many options can take
  1236. separate specifications in normal, active and disabled states such that the
  1237. appearance of the item can be different in each state.
  1238. <P></P>
  1239. <DT><STRONG><A NAME="item_%2Dstipple_%3D%3E_bitmap"><STRONG>-stipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1240. <DD>
  1241. <DT><STRONG><A NAME="item_%2Dactivestipple_%3D%3E_bitmap"><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1242. <DD>
  1243. <DT><STRONG><A NAME="item_%2Ddisabledstipple_%3D%3E_bitmap"><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1244. <DD>
  1245. This option specifies stipple patterns that should be used to fill the
  1246. the arc in its normal, active and disabled states.
  1247. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1248. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1249. If the <STRONG>-fill</STRONG> option hasn't been specified then this option
  1250. has no effect.
  1251. If <EM>bitmap</EM> is an empty string (the default), then filling is done
  1252. in a solid fashion.
  1253. <P></P>
  1254. <DT><STRONG><A NAME="item_%2Dstyle_%3D%3E_type"><STRONG>-style</STRONG> => <EM>type</EM></A></STRONG><BR>
  1255. <DD>
  1256. Specifies how to draw the arc.  If <EM>type</EM> is <STRONG>pieslice</STRONG>
  1257. (the default) then the arc's region is defined by a section
  1258. of the oval's perimeter plus two line segments, one between the center
  1259. of the oval and each end of the perimeter section.
  1260. If <EM>type</EM> is <STRONG>chord</STRONG> then the arc's region is defined
  1261. by a section of the oval's perimeter plus a single line segment
  1262. connecting the two end points of the perimeter section.
  1263. If <EM>type</EM> is <STRONG>arc</STRONG> then the arc's region consists of
  1264. a section of the perimeter alone.
  1265. In this last case the <STRONG>-fill</STRONG> option is ignored.
  1266. <P></P>
  1267. <DT><STRONG><A NAME="item_%2Dtags_%3D%3E_tagList"><STRONG>-tags</STRONG> => <EM>tagList</EM></A></STRONG><BR>
  1268. <DD>
  1269. Specifies a set of tags to apply to the item.
  1270. <EM>TagList</EM> consists of a list of tag names, which replace any
  1271. existing tags for the item.
  1272. <EM>TagList</EM> may be an empty list.
  1273. <P></P>
  1274. <DT><STRONG><A NAME="item_%2Dupdatecommand_%3D%3E_command"><STRONG>-updatecommand</STRONG> => <EM>command</EM></A></STRONG><BR>
  1275. <DD>
  1276. Specifies a callback that is to be executed every time
  1277. the arc item is updated on the screen.
  1278. <P></P>
  1279. <DT><STRONG><A NAME="item_%2Dwidth_%3D%3E_outlineWidth"><STRONG>-width</STRONG> => <EM>outlineWidth</EM></A></STRONG><BR>
  1280. <DD>
  1281. <DT><STRONG><A NAME="item_%2Dactivewidth_%3D%3E_outlineWidth"><STRONG>-activewidth</STRONG> => <EM>outlineWidth</EM></A></STRONG><BR>
  1282. <DD>
  1283. <DT><STRONG><A NAME="item_%2Ddisabledwidth_%3D%3E_outlineWidth"><STRONG>-disabledwidth</STRONG> => <EM>outlineWidth</EM></A></STRONG><BR>
  1284. <DD>
  1285. Specifies the width of the outline to be drawn around
  1286. the arc's region, in its normal, active and disabled states.
  1287. <EM>outlineWidth</EM> may be in any of the forms described in 
  1288. the <A HREF="#coordinates">COORDINATES</A> section above.
  1289. If the <STRONG>-outline</STRONG> option has been specified as an empty string
  1290. then this option has no effect.
  1291. Wide outlines will be drawn centered on the edges of the arc's region.
  1292. This option defaults to 1.0.
  1293. <P></P></DL>
  1294. <P>
  1295. <HR>
  1296. <H1><A NAME="bitmap items">BITMAP ITEMS</A></H1>
  1297. <P>Items of type <STRONG>bitmap</STRONG> appear on the display as images with
  1298. two colors, foreground and background.
  1299. Bitmaps are created with methods of the following form:</P>
  1300. <PRE>
  1301.  $canvas->createBitmap(x, y, ?option, value, option, value, ...?)</PRE>
  1302. <P>The arguments <EM>x</EM> and <EM>y</EM> specify the coordinates of a
  1303. point used to position the bitmap on the display (see the <STRONG>-anchor</STRONG>
  1304. option below for more information on how bitmaps are displayed).
  1305. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1306. pairs, each of which sets one of the configuration options
  1307. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1308. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1309. configuration.
  1310. The following options are supported for bitmaps:</P>
  1311. <DL>
  1312. <DT><STRONG><A NAME="item_%2Danchor_%3D%3E_anchorPos"><STRONG>-anchor</STRONG> => <EM>anchorPos</EM></A></STRONG><BR>
  1313. <DD>
  1314. <EM>AnchorPos</EM> tells how to position the bitmap relative to the
  1315. positioning point for the item;  it may have any of the forms
  1316. accepted by <STRONG>Tk_GetAnchor</STRONG>.  For example, if <EM>anchorPos</EM>
  1317. is <STRONG>center</STRONG> then the bitmap is centered on the point;  if
  1318. <EM>anchorPos</EM> is <STRONG>n</STRONG> then the bitmap will be drawn so that
  1319. its top center point is at the positioning point.
  1320. This option defaults to <STRONG>center</STRONG>.
  1321. <P></P>
  1322. <DT><STRONG><A NAME="item_%2Dbackground_%3D%3E_color"><STRONG>-background</STRONG> => <EM>color</EM></A></STRONG><BR>
  1323. <DD>
  1324. <DT><STRONG><A NAME="item_%2Dactivebackground_%3D%3E_color"><STRONG>-activebackground</STRONG> => <EM>color</EM></A></STRONG><BR>
  1325. <DD>
  1326. <DT><STRONG><A NAME="item_%2Ddisabledbackground_%3D%3E_color"><STRONG>-disabledbackground</STRONG> => <EM>color</EM></A></STRONG><BR>
  1327. <DD>
  1328. Specifies the color to use for each of the bitmap's '0' valued pixels
  1329. in its normal, active and disabled states.
  1330. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1331. If this option isn't specified, or if it is specified as an empty
  1332. string, then nothing is displayed where the bitmap pixels are 0;  this
  1333. produces a transparent effect.
  1334. <P></P>
  1335. <DT><STRONG><A NAME="item_%2Dbitmap_%3D%3E_bitmap"><STRONG>-bitmap</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1336. <DD>
  1337. <DT><STRONG><A NAME="item_%2Dactivebitmap_%3D%3E_bitmap"><STRONG>-activebitmap</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1338. <DD>
  1339. <DT><STRONG><A NAME="item_%2Ddisabledbitmap_%3D%3E_bitmap"><STRONG>-disabledbitmap</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1340. <DD>
  1341. Specifies the bitmaps to display in the item in its normal, active and
  1342. disabled states.
  1343. <EM>Bitmap</EM> may have any of the forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1344. <P></P>
  1345. <DT><STRONG><A NAME="item_%2Dforeground_%3D%3E_color"><STRONG>-foreground</STRONG> => <EM>color</EM></A></STRONG><BR>
  1346. <DD>
  1347. <DT><STRONG><A NAME="item_%2Dactiveforeground_%3D%3E_bitmap"><STRONG>-activeforeground</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1348. <DD>
  1349. <DT><STRONG><A NAME="item_%2Ddisabledforeground_%3D%3E_bitmap"><STRONG>-disabledforeground</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  1350. <DD>
  1351. Specifies the color to use for each of the bitmap's '1' valued pixels
  1352. in its normal, active and disabled states.
  1353. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG> and
  1354. defaults to <STRONG>black</STRONG>.
  1355. <P></P>
  1356. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1357. <DD>
  1358. Modifies the state of the bitmap item where <EM>state</EM> may be set to one of:
  1359. normal, disabled, or hidden.  An bitmap item may also be in the ``active''
  1360. state if the mouse is currently over it.  Many options can take
  1361. separate specifications in normal, active and disabled states such that the
  1362. appearance of the item can be different in each state.
  1363. <P></P>
  1364. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1365. <DD>
  1366. Specifies a set of tags to apply to the item.
  1367. <EM>TagList</EM> consists of a list of tag names, which replace any
  1368. existing tags for the item.
  1369. <EM>TagList</EM> may be an empty list.
  1370. <P></P>
  1371. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1372. <DD>
  1373. Specifies a callback that is to be executed every time
  1374. the bitmap item is updated on the screen.
  1375. <P></P></DL>
  1376. <P>
  1377. <HR>
  1378. <H1><A NAME="grid items">GRID ITEMS</A></H1>
  1379. <P>Items of type <STRONG>grid</STRONG> are intended for producing a visual reference for 
  1380. interpreting other items. They can be drawn as either lines (with dash 
  1381. style) or as rectangular ``dots'' at each grid point.</P>
  1382. <P>Items of type <STRONG>grid</STRONG> are unlike other items they always cover the 
  1383. whole of the canvas, but are never enclosed by nor overlap any area 
  1384. and are not near any point. That is they are intended to be always visible
  1385. but not ``pickable'', as such they do support the ``active'' state.
  1386. They are like other items in that: multiple
  1387. grids are permitted, they can be raised and lowered relative to other 
  1388. items, they can be moved and scaled. As yet grids do not apear in  
  1389. PostScript output.</P>
  1390. <P>Grids have outline like configure options. Grids are created with methods of the
  1391. following form:</P>
  1392. <PRE>
  1393.  $canvas->createGrid(x1, y1, x2, y2, ?option, value, option, value, ...?)</PRE>
  1394. <P>The arguments <EM>x1</EM>, <EM>y1</EM> give the origin of the grid. <EM>x2</EM>, and <EM>y2</EM> give
  1395. the coordinates of the next grid point in their respective directions.
  1396. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1397. pairs, each of which sets one of the configuration options
  1398. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1399. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1400. configuration.
  1401. The following options are supported for grids:</P>
  1402. <DL>
  1403. <DT><STRONG><A NAME="item_%2Dlines_%3D%3E_boolean"><STRONG>-lines</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  1404. <DD>
  1405. If <STRONG>-lines</STRONG> is set to a true value then lines are drawn for both X and Y 
  1406. grids in the style determined by <STRONG>-dash</STRONG>. Otherwise retangular ``dots''
  1407. are drawn at each grid point.
  1408. <P></P>
  1409. <DT><STRONG><STRONG>-dash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1410. <DD>
  1411. <DT><STRONG><STRONG>-disableddash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1412. <DD>
  1413. This option specifies dash patterns for the normal state,
  1414. and the disabled state of a grid item.
  1415. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  1416. If the dash options are omitted then the default is a solid outline.
  1417. <P></P>
  1418. <DT><STRONG><STRONG>-dashoffset</STRONG> => <EM>offset</EM></STRONG><BR>
  1419. <DD>
  1420. The starting <EM>offset</EM> into the pattern provided by the
  1421. <STRONG>-dash</STRONG> option.
  1422. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  1423. <P></P>
  1424. <DT><STRONG><A NAME="item_%2Dcolor_%3D%3E_color"><STRONG>-color</STRONG> => <EM>color</EM></A></STRONG><BR>
  1425. <DD>
  1426. <DT><STRONG><A NAME="item_%2Ddisabledcolor_%3D%3E_color"><STRONG>-disabledcolor</STRONG> => <EM>color</EM></A></STRONG><BR>
  1427. <DD>
  1428. This option specifies the color that should be used to draw the
  1429. outline of the grid in its normal and disabled states.
  1430. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1431. This option defaults to <STRONG>black</STRONG>.
  1432. If <EM>color</EM> is an empty string then no grid will be drawn.
  1433. <P></P>
  1434. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1435. <DD>
  1436. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1437. <DD>
  1438. This option specifies stipple patterns that should be used to draw the
  1439. outline of the rectangle in its normal and disabled states.
  1440. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1441. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1442. If <EM>bitmap</EM> is an empty string (the default), then the outline is drawn
  1443. in a solid fashion.
  1444. <P></P>
  1445. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1446. <DD>
  1447. Modifies the state of the rectangle item where <EM>state</EM> may be set to one of:
  1448. normal, disabled, or hidden. Many options can take
  1449. separate specifications in normal and disabled states such that the
  1450. appearance of the item can be different in each state.
  1451. <P></P>
  1452. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1453. <DD>
  1454. Specifies a set of tags to apply to the item.
  1455. <EM>TagList</EM> consists of a list of tag names, which replace any
  1456. existing tags for the item.
  1457. <EM>TagList</EM> may be an empty list.
  1458. <P></P>
  1459. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1460. <DD>
  1461. Specifies a callback that is to be executed every time
  1462. the grid item is updated on the screen.
  1463. <P></P>
  1464. <DT><STRONG><STRONG>-width</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1465. <DD>
  1466. <DT><STRONG><STRONG>-disabledwidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1467. <DD>
  1468. Specifies the width of the lines drawn by the grid or the size (in both X and Y)
  1469. of the dots, in its normal and disabled states.
  1470. This option defaults to 1.0.
  1471. <P></P></DL>
  1472. <P>
  1473. <HR>
  1474. <H1><A NAME="image items">IMAGE ITEMS</A></H1>
  1475. <P>Items of type <STRONG>image</STRONG> are used to display images on a
  1476. canvas.
  1477. Images are created with methods of the following form:</P>
  1478. <PRE>
  1479.  $canvas->createImage(x, y, ?option, value, option, value, ...?)</PRE>
  1480. <P>The arguments <EM>x</EM> and <EM>y</EM> specify the coordinates of a
  1481. point used to position the image on the display (see the <STRONG>-anchor</STRONG>
  1482. option below for more information).
  1483. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1484. pairs, each of which sets one of the configuration options
  1485. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1486. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1487. configuration.
  1488. The following options are supported for images:</P>
  1489. <DL>
  1490. <DT><STRONG><STRONG>-anchor</STRONG> => <EM>anchorPos</EM></STRONG><BR>
  1491. <DD>
  1492. <EM>AnchorPos</EM> tells how to position the image relative to the
  1493. positioning point for the item;  it may have any of the forms
  1494. accepted by <STRONG>Tk_GetAnchor</STRONG>.  For example, if <EM>anchorPos</EM>
  1495. is <STRONG>center</STRONG> then the image is centered on the point;  if
  1496. <EM>anchorPos</EM> is <STRONG>n</STRONG> then the image will be drawn so that
  1497. its top center point is at the positioning point.
  1498. This option defaults to <STRONG>center</STRONG>.
  1499. <P></P>
  1500. <DT><STRONG><A NAME="item_%2Dimage_%3D%3E_name"><STRONG>-image</STRONG> => <EM>name</EM></A></STRONG><BR>
  1501. <DD>
  1502. <DT><STRONG><A NAME="item_%2Dactiveimage_%3D%3E_name"><STRONG>-activeimage</STRONG> => <EM>name</EM></A></STRONG><BR>
  1503. <DD>
  1504. <DT><STRONG><A NAME="item_%2Ddisabledimage_%3D%3E_name"><STRONG>-disabledimage</STRONG> => <EM>name</EM></A></STRONG><BR>
  1505. <DD>
  1506. Specifies the name of the images to display in the item in is normal,
  1507. active and disabled states.
  1508. This image must have been created previously with the
  1509. <STRONG>imageCreate</STRONG> method.
  1510. <P></P>
  1511. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1512. <DD>
  1513. Modifies the state of the image item where <EM>state</EM> may be set to one of:
  1514. normal, disabled, or hidden.  An image item may also be in the ``active''
  1515. state if the mouse is currently over it.  Many options can take
  1516. separate specifications in normal, active and disabled states such that the
  1517. appearance of the item can be different in each state.
  1518. <P></P>
  1519. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1520. <DD>
  1521. Specifies a set of tags to apply to the item.
  1522. <EM>TagList</EM> consists of a list of tag names, which replace any
  1523. existing tags for the item;  it may be an empty list.
  1524. <P></P>
  1525. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1526. <DD>
  1527. Specifies a callback that is to be executed every time
  1528. the image item is updated on the screen.
  1529. <P></P></DL>
  1530. <P>
  1531. <HR>
  1532. <H1><A NAME="line items">LINE ITEMS</A></H1>
  1533. <P>Items of type <STRONG>line</STRONG> appear on the display as one or more connected
  1534. line segments or curves.
  1535. Line items support coordinate indexing operations using the canvas
  1536. methods: <STRONG>dchars, index, insert.</STRONG>
  1537. Lines are created with methods of the following form:</P>
  1538. <PRE>
  1539.  $canvas->createLine(x1, y1..., xn, yn, ?option, value, option, value, ...?)</PRE>
  1540. <P>The arguments <EM>x1</EM> through <EM>yn</EM> give
  1541. the coordinates for a series of two or more points that describe
  1542. a series of connected line segments.
  1543. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1544. pairs, each of which sets one of the configuration options
  1545. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1546. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1547. configuration.
  1548. The following options are supported for lines:</P>
  1549. <DL>
  1550. <DT><STRONG><A NAME="item_%2Darrow_%3D%3E_where"><STRONG>-arrow</STRONG> => <EM>where</EM></A></STRONG><BR>
  1551. <DD>
  1552. Indicates whether or not arrowheads are to be drawn at one or both
  1553. ends of the line.
  1554. <EM>Where</EM> must have one of the values <STRONG>none</STRONG> (for no arrowheads),
  1555. <STRONG>first</STRONG> (for an arrowhead at the first point of the line),
  1556. <STRONG>last</STRONG> (for an arrowhead at the last point of the line), or
  1557. <STRONG>both</STRONG> (for arrowheads at both ends).
  1558. This option defaults to <STRONG>none</STRONG>.
  1559. <P></P>
  1560. <DT><STRONG><A NAME="item_%2Darrowshape_%3D%3E_shape"><STRONG>-arrowshape</STRONG> => <EM>shape</EM></A></STRONG><BR>
  1561. <DD>
  1562. This option indicates how to draw arrowheads.
  1563. The <EM>shape</EM> argument must be a list with three elements, each
  1564. specifying a distance in any of the forms described in
  1565. the <A HREF="#coordinates">COORDINATES</A> section above.
  1566. The first element of the list gives the distance along the line
  1567. from the neck of the arrowhead to its tip.
  1568. The second element gives the distance along the line from the
  1569. trailing points of the arrowhead to the tip, and the third
  1570. element gives the distance from the outside edge of the line to the
  1571. trailing points.
  1572. If this option isn't specified then Tk picks a ``reasonable'' shape.
  1573. <P></P>
  1574. <DT><STRONG><A NAME="item_%2Dcapstyle_%3D%3E_style"><STRONG>-capstyle</STRONG> => <EM>style</EM></A></STRONG><BR>
  1575. <DD>
  1576. Specifies the ways in which caps are to be drawn at the endpoints
  1577. of the line.
  1578. <EM>Style</EM> may have any of the forms accepted by <STRONG>Tk_GetCapStyle</STRONG>
  1579. (<STRONG>butt</STRONG>, <STRONG>projecting</STRONG>, or <STRONG>round</STRONG>).
  1580. If this option isn't specified then it defaults to <STRONG>butt</STRONG>.
  1581. Where arrowheads are drawn the cap style is ignored.
  1582. <P></P>
  1583. <DT><STRONG><STRONG>-dash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1584. <DD>
  1585. <DT><STRONG><STRONG>-activedash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1586. <DD>
  1587. <DT><STRONG><STRONG>-disableddash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1588. <DD>
  1589. This option specifies dash patterns for the normal state, the active
  1590. state, and the disabled state of a line item.
  1591. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  1592. If the dash options are omitted then the default is a solid outline.
  1593. <P></P>
  1594. <DT><STRONG><STRONG>-dashoffset</STRONG> => <EM>offset</EM></STRONG><BR>
  1595. <DD>
  1596. The starting <EM>offset</EM> into the pattern provided by the
  1597. <STRONG>-dash</STRONG> option.
  1598. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  1599. <P></P>
  1600. <DT><STRONG><STRONG>-fill</STRONG> => <EM>color</EM></STRONG><BR>
  1601. <DD>
  1602. <DT><STRONG><STRONG>-activefill</STRONG> => <EM>color</EM></STRONG><BR>
  1603. <DD>
  1604. <DT><STRONG><STRONG>-disabledfill</STRONG> => <EM>color</EM></STRONG><BR>
  1605. <DD>
  1606. Specifies the color to be used to fill the line in its normal, active, and
  1607. disabled states.
  1608. <EM>Color</EM> may have
  1609. any of the forms acceptable to <STRONG>Tk_GetColor</STRONG>.  It may also be an
  1610. empty string, in which case the line will be transparent.
  1611. This option defaults to <STRONG>black</STRONG>.
  1612. <P></P>
  1613. <DT><STRONG><A NAME="item_%2Djoinstyle_%3D%3E_style"><STRONG>-joinstyle</STRONG> => <EM>style</EM></A></STRONG><BR>
  1614. <DD>
  1615. Specifies the ways in which joints are to be drawn at the vertices
  1616. of the line.
  1617. <EM>Style</EM> may have any of the forms accepted by <STRONG>Tk_GetCapStyle</STRONG>
  1618. (<STRONG>bevel</STRONG>, <STRONG>miter</STRONG>, or <STRONG>round</STRONG>).
  1619. If this option isn't specified then it defaults to <STRONG>miter</STRONG>.
  1620. If the line only contains two points then this option is
  1621. irrelevant.
  1622. <P></P>
  1623. <DT><STRONG><A NAME="item_%2Dsmooth_%3D%3E_boolean"><STRONG>-smooth</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  1624. <DD>
  1625. <EM>Boolean</EM> must have one of the forms accepted by <STRONG>Tk_GetBoolean</STRONG>.
  1626. It indicates whether or not the line should be drawn as a curve.
  1627. If so, the line is rendered as a set of parabolic splines: one spline
  1628. is drawn for the first and second line segments, one for the second
  1629. and third, and so on.  Straight-line segments can be generated within
  1630. a curve by duplicating the end-points of the desired line segment.
  1631. <P></P>
  1632. <DT><STRONG><A NAME="item_%2Dsplinesteps_%3D%3E_number"><STRONG>-splinesteps</STRONG> => <EM>number</EM></A></STRONG><BR>
  1633. <DD>
  1634. Specifies the degree of smoothness desired for curves:  each spline
  1635. will be approximated with <EM>number</EM> line segments.  This
  1636. option is ignored unless the <STRONG>-smooth</STRONG> option is true.
  1637. <P></P>
  1638. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1639. <DD>
  1640. Modifies the state of the line item where <EM>state</EM> may be set to one of:
  1641. normal, disabled, or hidden.  A line item may also be in the ``active''
  1642. state if the mouse is currently over it.  Many options can take
  1643. separate specifications in normal, active and disabled states such that the
  1644. appearance of the item can be different in each state.
  1645. <P></P>
  1646. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1647. <DD>
  1648. <DT><STRONG><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1649. <DD>
  1650. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1651. <DD>
  1652. This option specifies stipple patterns that should be used to fill the
  1653. the line in its normal, active and disabled states.
  1654. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1655. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1656. If <EM>bitmap</EM> is an empty string (the default), then filling is
  1657. done in a solid fashion.
  1658. <P></P>
  1659. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1660. <DD>
  1661. Specifies a set of tags to apply to the item.
  1662. <EM>TagList</EM> consists of a list of tag names, which replace any
  1663. existing tags for the item.
  1664. <EM>TagList</EM> may be an empty list.
  1665. <P></P>
  1666. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1667. <DD>
  1668. Specifies a callback that is to be executed every time
  1669. the line item is updated on the screen.
  1670. <P></P>
  1671. <DT><STRONG><A NAME="item_%2Dwidth_%3D%3E_lineWidth"><STRONG>-width</STRONG> => <EM>lineWidth</EM></A></STRONG><BR>
  1672. <DD>
  1673. <DT><STRONG><A NAME="item_%2Dactivewidth_%3D%3E_lineWidth"><STRONG>-activewidth</STRONG> => <EM>lineWidth</EM></A></STRONG><BR>
  1674. <DD>
  1675. <DT><STRONG><A NAME="item_%2Ddisabledwidth_%3D%3E_lineWidth"><STRONG>-disabledwidth</STRONG> => <EM>lineWidth</EM></A></STRONG><BR>
  1676. <DD>
  1677. Specifies the width of the line
  1678. in its normal, active and disabled states.
  1679. <EM>lineWidth</EM> may be in any of the forms 
  1680. described in the <A HREF="#coordinates">COORDINATES</A> section above.
  1681. <P>Wide lines will be drawn centered on the path specified by the
  1682. points.
  1683. If this option isn't specified then it defaults to 1.0.</P>
  1684. <P></P></DL>
  1685. <P>
  1686. <HR>
  1687. <H1><A NAME="oval items">OVAL ITEMS</A></H1>
  1688. <P>Items of type <STRONG>oval</STRONG> appear as circular or oval regions on
  1689. the display.  Each oval may have an outline, a fill, or
  1690. both.  Ovals are created with methods of the
  1691. following form:</P>
  1692. <PRE>
  1693.  $canvas->createOval(x1, y1, x2, y2, ?option, value, option, value, ...?)</PRE>
  1694. <P>The arguments <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM> give
  1695. the coordinates of two diagonally opposite corners of a
  1696. rectangular region enclosing the oval.
  1697. The oval will include the top and left edges of the rectangle
  1698. not the lower or right edges.
  1699. If the region is square then the resulting oval is circular;
  1700. otherwise it is elongated in shape.
  1701. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1702. pairs, each of which sets one of the configuration options
  1703. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1704. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1705. configuration.
  1706. The following options are supported for ovals:</P>
  1707. <DL>
  1708. <DT><STRONG><STRONG>-dash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1709. <DD>
  1710. <DT><STRONG><STRONG>-activedash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1711. <DD>
  1712. <DT><STRONG><STRONG>-disableddash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1713. <DD>
  1714. This option specifies dash patterns for the normal state, the active
  1715. state, and the disabled state of an oval item.
  1716. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  1717. If the dash options are omitted then the default is a solid outline.
  1718. <P></P>
  1719. <DT><STRONG><STRONG>-dashoffset</STRONG> => <EM>offset</EM></STRONG><BR>
  1720. <DD>
  1721. The starting <EM>offset</EM> into the pattern provided by the
  1722. <STRONG>-dash</STRONG> option.
  1723. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  1724. <P></P>
  1725. <DT><STRONG><STRONG>-fill</STRONG> => <EM>color</EM></STRONG><BR>
  1726. <DD>
  1727. <DT><STRONG><STRONG>-activefill</STRONG> => <EM>color</EM></STRONG><BR>
  1728. <DD>
  1729. <DT><STRONG><STRONG>-disabledfill</STRONG> => <EM>color</EM></STRONG><BR>
  1730. <DD>
  1731. Specifies the color to be used to fill the oval in its normal, active, and
  1732. disabled states.
  1733. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1734. If <EM>color</EM> is an empty string (the default), then
  1735. then the oval will not be filled.
  1736. <P></P>
  1737. <DT><STRONG><STRONG>-outline</STRONG> => <EM>color</EM></STRONG><BR>
  1738. <DD>
  1739. <DT><STRONG><STRONG>-activeoutline</STRONG> => <EM>color</EM></STRONG><BR>
  1740. <DD>
  1741. <DT><STRONG><STRONG>-disabledoutline</STRONG> => <EM>color</EM></STRONG><BR>
  1742. <DD>
  1743. This option specifies the color that should be used to draw the
  1744. outline of the oval in its normal, active and disabled states.
  1745. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1746. This option defaults to <STRONG>black</STRONG>.
  1747. If <EM>color</EM> is an empty string then no outline will be
  1748. drawn for the oval.
  1749. <P></P>
  1750. <DT><STRONG><STRONG>-outlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1751. <DD>
  1752. <DT><STRONG><STRONG>-activeoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1753. <DD>
  1754. <DT><STRONG><STRONG>-disabledoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1755. <DD>
  1756. This option specifies stipple patterns that should be used to draw the
  1757. outline of the oval in its normal, active and disabled states.
  1758. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1759. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1760. If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  1761. has no effect.
  1762. If <EM>bitmap</EM> is an empty string (the default), then the outline is drawn
  1763. in a solid fashion.
  1764. <P></P>
  1765. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1766. <DD>
  1767. Modifies the state of the oval item where <EM>state</EM> may be set to one of:
  1768. normal, disabled, or hidden.  An oval item may also be in the ``active''
  1769. state if the mouse is currently over it.  Many options can take
  1770. separate specifications in normal, active and disabled states such that the
  1771. appearance of the item can be different in each state.
  1772. <P></P>
  1773. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1774. <DD>
  1775. <DT><STRONG><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1776. <DD>
  1777. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1778. <DD>
  1779. This option specifies stipple patterns that should be used to fill the
  1780. the oval in its normal, active and disabled states.
  1781. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1782. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1783. If the <STRONG>-fill</STRONG> option hasn't been specified then this option
  1784. has no effect.
  1785. If <EM>bitmap</EM> is an empty string (the default), then filling is done
  1786. in a solid fashion.
  1787. <P></P>
  1788. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1789. <DD>
  1790. Specifies a set of tags to apply to the item.
  1791. <EM>TagList</EM> consists of a list of tag names, which replace any
  1792. existing tags for the item.
  1793. <EM>TagList</EM> may be an empty list.
  1794. <P></P>
  1795. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1796. <DD>
  1797. Specifies a callback that is to be executed every time
  1798. the oval item is updated on the screen.
  1799. <P></P>
  1800. <DT><STRONG><STRONG>-width</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1801. <DD>
  1802. <DT><STRONG><STRONG>-activewidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1803. <DD>
  1804. <DT><STRONG><STRONG>-disabledwidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1805. <DD>
  1806. Specifies the width of the outline to be drawn around
  1807. the oval, in its normal, active and disabled states.
  1808. <EM>outlineWidth</EM> specifies the width of the outline to be drawn around
  1809. the oval, in any of the forms described in the <A HREF="#coordinates">COORDINATES</A> section above.
  1810. <P>If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  1811. has no effect.
  1812. Wide outlines are drawn centered on the oval path defined by
  1813. <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM>.
  1814. This option defaults to 1.0.</P>
  1815. <P></P></DL>
  1816. <P>
  1817. <HR>
  1818. <H1><A NAME="polygon items">POLYGON ITEMS</A></H1>
  1819. <P>Items of type <STRONG>polygon</STRONG> appear as polygonal or curved filled regions
  1820. on the display.
  1821. Polygon items support coordinate indexing operations using the canvas
  1822. methods: <STRONG>dchars, index, insert.</STRONG>
  1823. Polygons are created with methods of the following form:</P>
  1824. <PRE>
  1825.  $canvas->createPolygon(x1, y1, ..., xn, yn, ?option, value, option, value, ...?)</PRE>
  1826. <P>The arguments <EM>x1</EM> through <EM>yn</EM> specify the coordinates for
  1827. three or more points that define a closed polygon.
  1828. The first and last points may be the same;  whether they are or not,
  1829. Tk will draw the polygon as a closed polygon.
  1830. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1831. pairs, each of which sets one of the configuration options
  1832. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1833. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1834. configuration.
  1835. The following options are supported for polygons:</P>
  1836. <DL>
  1837. <DT><STRONG><STRONG>-dash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1838. <DD>
  1839. <DT><STRONG><STRONG>-activedash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1840. <DD>
  1841. <DT><STRONG><STRONG>-disableddash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1842. <DD>
  1843. This option specifies dash patterns for the normal state, the active
  1844. state, and the disabled state of an polygon item.
  1845. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  1846. If the dash options are omitted then the default is a solid outline.
  1847. <P></P>
  1848. <DT><STRONG><STRONG>-dashoffset</STRONG> => <EM>offset</EM></STRONG><BR>
  1849. <DD>
  1850. The starting <EM>offset</EM> into the pattern provided by the
  1851. <STRONG>-dash</STRONG> option.
  1852. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  1853. <P></P>
  1854. <DT><STRONG><STRONG>-fill</STRONG> => <EM>color</EM></STRONG><BR>
  1855. <DD>
  1856. <DT><STRONG><STRONG>-activefill</STRONG> => <EM>color</EM></STRONG><BR>
  1857. <DD>
  1858. <DT><STRONG><STRONG>-disabledfill</STRONG> => <EM>color</EM></STRONG><BR>
  1859. <DD>
  1860. Specifies the color to be used to fill the polygon in its normal, active, and
  1861. disabled states.
  1862. <EM>Color</EM>
  1863. may have any of the forms acceptable to <STRONG>Tk_GetColor</STRONG>.
  1864. If <EM>color</EM> is an empty string then the polygon will be
  1865. transparent.
  1866. This option defaults to <STRONG>black</STRONG>.
  1867. <P></P>
  1868. <DT><STRONG><STRONG>-joinstyle</STRONG> => <EM>style</EM></STRONG><BR>
  1869. <DD>
  1870. Specifies the ways in which joints are to be drawn at the vertices
  1871. of the outline.
  1872. <EM>Style</EM> may have any of the forms accepted by <STRONG>Tk_GetCapStyle</STRONG>
  1873. (<STRONG>bevel</STRONG>, <STRONG>miter</STRONG>, or <STRONG>round</STRONG>).
  1874. If this option isn't specified then it defaults to <STRONG>miter</STRONG>.
  1875. <P></P>
  1876. <DT><STRONG><STRONG>-outline</STRONG> => <EM>color</EM></STRONG><BR>
  1877. <DD>
  1878. <DT><STRONG><STRONG>-activeoutline</STRONG> => <EM>color</EM></STRONG><BR>
  1879. <DD>
  1880. <DT><STRONG><STRONG>-disabledoutline</STRONG> => <EM>color</EM></STRONG><BR>
  1881. <DD>
  1882. This option specifies the color that should be used to draw the
  1883. outline of the polygon in its normal, active and disabled states.
  1884. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  1885. If <EM>color</EM> is an empty string then no outline will be
  1886. drawn for the polygon.
  1887. This option defaults to empty (no outline).
  1888. <P></P>
  1889. <DT><STRONG><STRONG>-outlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1890. <DD>
  1891. <DT><STRONG><STRONG>-activeoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1892. <DD>
  1893. <DT><STRONG><STRONG>-disabledoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1894. <DD>
  1895. This option specifies stipple patterns that should be used to draw the
  1896. outline of the polygon in its normal, active and disabled states.
  1897. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1898. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1899. If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  1900. has no effect.
  1901. If <EM>bitmap</EM> is an empty string (the default), then the outline is drawn
  1902. in a solid fashion.
  1903. <P></P>
  1904. <DT><STRONG><STRONG>-smooth</STRONG> => <EM>boolean</EM></STRONG><BR>
  1905. <DD>
  1906. <EM>Boolean</EM> must have one of the forms accepted by <STRONG>Tk_GetBoolean</STRONG>
  1907. It indicates whether or not the polygon should be drawn with a
  1908. curved perimeter.
  1909. If so, the outline of the polygon becomes a set of parabolic splines,
  1910. one spline for the first and second line segments, one for the second
  1911. and third, and so on.  Straight-line segments can be generated in a
  1912. smoothed polygon by duplicating the end-points of the desired line segment.
  1913. <P></P>
  1914. <DT><STRONG><STRONG>-splinesteps</STRONG> => <EM>number</EM></STRONG><BR>
  1915. <DD>
  1916. Specifies the degree of smoothness desired for curves:  each spline
  1917. will be approximated with <EM>number</EM> line segments.  This
  1918. option is ignored unless the <STRONG>-smooth</STRONG> option is true.
  1919. <P></P>
  1920. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  1921. <DD>
  1922. Modifies the state of the polygon item where <EM>state</EM> may be set to one of:
  1923. normal, disabled, or hidden.  A polygon item may also be in the ``active''
  1924. state if the mouse is currently over it.  Many options can take
  1925. separate specifications in normal, active and disabled states such that the
  1926. appearance of the item can be different in each state.
  1927. <P></P>
  1928. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1929. <DD>
  1930. <DT><STRONG><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1931. <DD>
  1932. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  1933. <DD>
  1934. This option specifies stipple patterns that should be used to fill the
  1935. the polygon in its normal, active and disabled states.
  1936. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  1937. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  1938. If <EM>bitmap</EM> is an empty string (the default), then filling is
  1939. done in a solid fashion.
  1940. <P></P>
  1941. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  1942. <DD>
  1943. Specifies a set of tags to apply to the item.
  1944. <EM>TagList</EM> consists of a list of tag names, which replace any
  1945. existing tags for the item.
  1946. <EM>TagList</EM> may be an empty list.
  1947. <P></P>
  1948. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  1949. <DD>
  1950. Specifies a callback that is to be executed every time
  1951. the polygon item is updated on the screen.
  1952. <P></P>
  1953. <DT><STRONG><STRONG>-width</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1954. <DD>
  1955. <DT><STRONG><STRONG>-activewidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1956. <DD>
  1957. <DT><STRONG><STRONG>-disabledwidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  1958. <DD>
  1959. <DT><STRONG><A NAME="item_Specifies_the_width_of_the_outline_to_be_drawn_aro">Specifies the width of the outline to be drawn around</A></STRONG><BR>
  1960. <DD>
  1961. the polygon, in its normal, active and disabled states.
  1962. <EM>outlineWidth</EM> may be in any of the forms described in the COORDINATES
  1963. section above.
  1964. <EM>OutlineWidth</EM> specifies the width of the outline to be drawn around
  1965. the polygon, in any of the forms described in the <A HREF="#coordinates">COORDINATES</A> section above.
  1966. If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  1967. has no effect.  This option defaults to 1.0.
  1968. <P>Polygon items are different from other items such as rectangles, ovals
  1969. and arcs in that interior points are considered to be ``inside'' a
  1970. polygon (e.g. for purposes of the <STRONG>find closest</STRONG> and
  1971. <STRONG>find overlapping</STRONG> methods) even if it is not filled.
  1972. For most other item types, an
  1973. interior point is considered to be inside the item only if the item
  1974. is filled or if it has neither a fill nor an outline.  If you would
  1975. like an unfilled polygon whose interior points are not considered
  1976. to be inside the polygon, use a line item instead.</P>
  1977. <P></P></DL>
  1978. <P>
  1979. <HR>
  1980. <H1><A NAME="rectangle items">RECTANGLE ITEMS</A></H1>
  1981. <P>Items of type <STRONG>rectangle</STRONG> appear as rectangular regions on
  1982. the display.  Each rectangle may have an outline, a fill, or
  1983. both.  Rectangles are created with methods of the
  1984. following form:</P>
  1985. <PRE>
  1986.  $canvas->createRectangle(x1, y1, x2, y2, ?option, value, option, value, ...?)</PRE>
  1987. <P>The arguments <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM> give
  1988. the coordinates of two diagonally opposite corners of the rectangle
  1989. (the rectangle will include its upper and left edges but not
  1990. its lower or right edges).
  1991. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  1992. pairs, each of which sets one of the configuration options
  1993. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  1994. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  1995. configuration.
  1996. The following options are supported for rectangles:</P>
  1997. <DL>
  1998. <DT><STRONG><STRONG>-dash</STRONG> => <EM>pattern</EM></STRONG><BR>
  1999. <DD>
  2000. <DT><STRONG><STRONG>-activedash</STRONG> => <EM>pattern</EM></STRONG><BR>
  2001. <DD>
  2002. <DT><STRONG><STRONG>-disableddash</STRONG> => <EM>pattern</EM></STRONG><BR>
  2003. <DD>
  2004. This option specifies dash patterns for the normal state, the active
  2005. state, and the disabled state of a rectangle item.
  2006. <EM>pattern</EM> may have any of the forms accepted by <STRONG>Tk_GetDash</STRONG>.
  2007. If the dash options are omitted then the default is a solid outline.
  2008. <P></P>
  2009. <DT><STRONG><STRONG>-dashoffset</STRONG> => <EM>offset</EM></STRONG><BR>
  2010. <DD>
  2011. The starting <EM>offset</EM> into the pattern provided by the
  2012. <STRONG>-dash</STRONG> option.
  2013. <STRONG>-dashoffset</STRONG> is ignored if there is no <STRONG>-dash</STRONG> pattern.
  2014. <P></P>
  2015. <DT><STRONG><STRONG>-fill</STRONG> => <EM>color</EM></STRONG><BR>
  2016. <DD>
  2017. <DT><STRONG><STRONG>-activefill</STRONG> => <EM>color</EM></STRONG><BR>
  2018. <DD>
  2019. <DT><STRONG><STRONG>-disabledfill</STRONG> => <EM>color</EM></STRONG><BR>
  2020. <DD>
  2021. Specifies the color to be used to fill the rectangle in its normal, active, and
  2022. disabled states.
  2023. <EM>Color</EM>
  2024. may be specified in any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  2025. If <EM>color</EM> is an empty string (the default),
  2026. then the rectangle will not be filled.
  2027. <P></P>
  2028. <DT><STRONG><STRONG>-outline</STRONG> => <EM>color</EM></STRONG><BR>
  2029. <DD>
  2030. <DT><STRONG><STRONG>-activeoutline</STRONG> => <EM>color</EM></STRONG><BR>
  2031. <DD>
  2032. <DT><STRONG><STRONG>-disabledoutline</STRONG> => <EM>color</EM></STRONG><BR>
  2033. <DD>
  2034. This option specifies the color that should be used to draw the
  2035. outline of the rectangle in its normal, active and disabled states.
  2036. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  2037. This option defaults to <STRONG>black</STRONG>.
  2038. If <EM>color</EM> is an empty string then no outline will be
  2039. drawn for the rectangle.
  2040. <P></P>
  2041. <DT><STRONG><STRONG>-outlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2042. <DD>
  2043. <DT><STRONG><STRONG>-activeoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2044. <DD>
  2045. <DT><STRONG><STRONG>-disabledoutlinestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2046. <DD>
  2047. This option specifies stipple patterns that should be used to draw the
  2048. outline of the rectangle in its normal, active and disabled states.
  2049. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  2050. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  2051. If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  2052. has no effect.
  2053. If <EM>bitmap</EM> is an empty string (the default), then the outline is drawn
  2054. in a solid fashion.
  2055. <P></P>
  2056. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  2057. <DD>
  2058. Modifies the state of the rectangle item where <EM>state</EM> may be set to one of:
  2059. normal, disabled, or hidden.  A rectangle item may also be in the ``active''
  2060. state if the mouse is currently over it.  Many options can take
  2061. separate specifications in normal, active and disabled states such that the
  2062. appearance of the item can be different in each state.
  2063. <P></P>
  2064. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2065. <DD>
  2066. <DT><STRONG><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2067. <DD>
  2068. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2069. <DD>
  2070. This option specifies stipple patterns that should be used to fill the
  2071. the rectangle in its normal, active and disabled states.
  2072. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  2073. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  2074. If the <STRONG>-fill</STRONG> option hasn't been specified then this option
  2075. has no effect.
  2076. If <EM>bitmap</EM> is an empty string (the default), then filling
  2077. is done in a solid fashion.
  2078. <P></P>
  2079. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  2080. <DD>
  2081. Specifies a set of tags to apply to the item.
  2082. <EM>TagList</EM> consists of a list of tag names, which replace any
  2083. existing tags for the item.
  2084. <EM>TagList</EM> may be an empty list.
  2085. <P></P>
  2086. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  2087. <DD>
  2088. Specifies a callback that is to be executed every time
  2089. the rectangle item is updated on the screen.
  2090. <P></P>
  2091. <DT><STRONG><STRONG>-width</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  2092. <DD>
  2093. <DT><STRONG><STRONG>-activewidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  2094. <DD>
  2095. <DT><STRONG><STRONG>-disabledwidth</STRONG> => <EM>outlineWidth</EM></STRONG><BR>
  2096. <DD>
  2097. Specifies the width of the outline to be drawn around
  2098. the rectangle, in its normal, active and disabled states.
  2099. <EM>OutlineWidth</EM> specifies the width of the outline to be drawn around
  2100. the rectangle, in any of the forms described in the <A HREF="#coordinates">COORDINATES</A> section above.
  2101. <P>If the <STRONG>-outline</STRONG> option hasn't been specified then this option
  2102. has no effect.
  2103. Wide outlines are drawn centered on the rectangular path
  2104. defined by <EM>x1</EM>, <EM>y1</EM>, <EM>x2</EM>, and <EM>y2</EM>.
  2105. This option defaults to 1.0.</P>
  2106. <P></P></DL>
  2107. <P>
  2108. <HR>
  2109. <H1><A NAME="text items">TEXT ITEMS</A></H1>
  2110. <P>A text item displays a string of characters on the screen in one
  2111. or more lines.
  2112. Text items support indexing and selection, along with the
  2113. following text-related canvas methods:  <STRONG>dchars</STRONG>,
  2114. <STRONG>focus</STRONG>, <STRONG>icursor</STRONG>, <STRONG>index</STRONG>, <STRONG>insert</STRONG>,
  2115. <STRONG>select</STRONG>.
  2116. Text items are created with methods of the following
  2117. form:</P>
  2118. <PRE>
  2119.  $canvas->createText(x, y, ?option, value, option, value, ...?)</PRE>
  2120. <P>The arguments <EM>x</EM> and <EM>y</EM> specify the coordinates of a
  2121. point used to position the text on the display (see the options
  2122. below for more information on how text is displayed).
  2123. After the coordinates there may be any number of <EM>option</EM>-<EM>value</EM>
  2124. pairs, each of which sets one of the configuration options
  2125. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  2126. used in <STRONG>itemconfigure</STRONG> methods to change the item's
  2127. configuration.
  2128. The following options are supported for text items:</P>
  2129. <DL>
  2130. <DT><STRONG><STRONG>-anchor</STRONG> => <EM>anchorPos</EM></STRONG><BR>
  2131. <DD>
  2132. <EM>AnchorPos</EM> tells how to position the text relative to the
  2133. positioning point for the text;  it may have any of the forms
  2134. accepted by <STRONG>Tk_GetAnchor</STRONG>.  For example, if <EM>anchorPos</EM>
  2135. is <STRONG>center</STRONG> then the text is centered on the point;  if
  2136. <EM>anchorPos</EM> is <STRONG>n</STRONG> then the text will be drawn such that
  2137. the top center point of the rectangular region occupied by the
  2138. text will be at the positioning point.
  2139. This option defaults to <STRONG>center</STRONG>.
  2140. <P></P>
  2141. <DT><STRONG><STRONG>-fill</STRONG> => <EM>color</EM></STRONG><BR>
  2142. <DD>
  2143. <DT><STRONG><STRONG>-activefill</STRONG> => <EM>color</EM></STRONG><BR>
  2144. <DD>
  2145. <DT><STRONG><STRONG>-disabledfill</STRONG> => <EM>color</EM></STRONG><BR>
  2146. <DD>
  2147. Specifies the color to be used to fill the text in its normal, active, and
  2148. disabled states.
  2149. <EM>Color</EM> may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  2150. If <EM>color</EM> is an empty string then the text will be transparent.
  2151. If this option isn't specified then it defaults to <STRONG>black</STRONG>.
  2152. <P></P>
  2153. <DT><STRONG><A NAME="item_%2Dfont_%3D%3E_fontName"><STRONG>-font</STRONG> => <EM>fontName</EM></A></STRONG><BR>
  2154. <DD>
  2155. Specifies the font to use for the text item.
  2156. <EM>FontName</EM> may be any string acceptable to <STRONG>Tk_GetFontStruct</STRONG>.
  2157. If this option isn't specified, it defaults to a system-dependent
  2158. font.
  2159. <P></P>
  2160. <DT><STRONG><A NAME="item_%2Djustify_%3D%3E_how"><STRONG>-justify</STRONG> => <EM>how</EM></A></STRONG><BR>
  2161. <DD>
  2162. Specifies how to justify the text within its bounding region.
  2163. <EM>How</EM> must be one of the values <STRONG>left</STRONG>, <STRONG>right</STRONG>,
  2164. or <STRONG>center</STRONG>.
  2165. This option will only matter if the text is displayed as multiple
  2166. lines.
  2167. If the option is omitted, it defaults to <STRONG>left</STRONG>.
  2168. <P></P>
  2169. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  2170. <DD>
  2171. Modifies the state of the text item where <EM>state</EM> may be set to one of:
  2172. normal, disabled, or hidden.  A text item may also be in the ``active''
  2173. state if the mouse is currently over it.  Many options can take
  2174. separate specifications in normal, active and disabled states such that the
  2175. appearance of the item can be different in each state.
  2176. <P></P>
  2177. <DT><STRONG><STRONG>-stipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2178. <DD>
  2179. <DT><STRONG><STRONG>-activestipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2180. <DD>
  2181. <DT><STRONG><STRONG>-disabledstipple</STRONG> => <EM>bitmap</EM></STRONG><BR>
  2182. <DD>
  2183. This option specifies stipple patterns that should be used to fill the
  2184. the text in its normal, active and disabled states.
  2185. <EM>bitmap</EM> specifies the stipple pattern to use, in any of the
  2186. forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  2187. If <EM>bitmap</EM> is an empty string (the default) then the text
  2188. is drawn in a solid fashion.
  2189. <P></P>
  2190. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  2191. <DD>
  2192. Specifies a set of tags to apply to the item.
  2193. <EM>TagList</EM> consists of a list of tag names, which replace any
  2194. existing tags for the item.
  2195. <EM>TagList</EM> may be an empty list.
  2196. <P></P>
  2197. <DT><STRONG><A NAME="item_%2Dtext_%3D%3E_string"><STRONG>-text</STRONG> => <EM>string</EM></A></STRONG><BR>
  2198. <DD>
  2199. <EM>String</EM> specifies the characters to be displayed in the text item.
  2200. Newline characters cause line breaks.
  2201. The characters in the item may also be changed with the
  2202. <STRONG>insert</STRONG> and <STRONG>delete</STRONG> methods.
  2203. This option defaults to an empty string.
  2204. <P></P>
  2205. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  2206. <DD>
  2207. Specifies a callback that is to be executed every time
  2208. the text item is updated on the screen.
  2209. <P></P>
  2210. <DT><STRONG><A NAME="item_%2Dwidth_%3D%3E_lineLength"><STRONG>-width</STRONG> => <EM>lineLength</EM></A></STRONG><BR>
  2211. <DD>
  2212. Specifies a maximum line length for the text, in any of the forms
  2213. described in the <A HREF="#coordinates">COORDINATES</A> section above.
  2214. If this option is zero (the default) the text is broken into
  2215. lines only at newline characters.
  2216. However, if this option is non-zero then any line that would
  2217. be longer than <EM>lineLength</EM> is broken just before a space
  2218. character to make the line shorter than <EM>lineLength</EM>;  the
  2219. space character is treated as if it were a newline
  2220. character.
  2221. <P></P></DL>
  2222. <P>
  2223. <HR>
  2224. <H1><A NAME="window items">WINDOW ITEMS</A></H1>
  2225. <P>Items of type <STRONG>window</STRONG> cause a particular window to be displayed
  2226. at a given position on the canvas.
  2227. Window items are created with methods of the following form:</P>
  2228. <P>    <EM>$canvas</EM>-><STRONG>createWindow</STRONG>(<EM>x, y</EM>?, <EM>-option</EM>=><EM>value</EM>, <EM>-option</EM>=><EM>value</EM>, ...?)</P>
  2229. <P>The arguments <EM>x</EM> and <EM>y</EM> specify the coordinates of a
  2230. point used to position the window on the display (see the <STRONG>-anchor</STRONG>
  2231. option below for more information on how bitmaps are displayed).
  2232. After the coordinates there may be any number of <EM>option-value</EM>
  2233. pairs, each of which sets one of the configuration options
  2234. for the item.  These same <EM>option</EM>-<EM>value</EM> pairs may be
  2235. used in <STRONG>itemconfigure</STRONG> method to change the item's
  2236. configuration.
  2237. The following options are supported for window items:</P>
  2238. <DL>
  2239. <DT><STRONG><STRONG>-anchor</STRONG> => <EM>anchorPos</EM></STRONG><BR>
  2240. <DD>
  2241. <EM>AnchorPos</EM> tells how to position the window relative to the
  2242. positioning point for the item;  it may have any of the forms
  2243. accepted by <STRONG>Tk_GetAnchor</STRONG>.  For example, if <EM>anchorPos</EM>
  2244. is <STRONG>center</STRONG> then the window is centered on the point;  if
  2245. <EM>anchorPos</EM> is <STRONG>n</STRONG> then the window will be drawn so that
  2246. its top center point is at the positioning point.
  2247. This option defaults to <STRONG>center</STRONG>.
  2248. <P></P>
  2249. <DT><STRONG><A NAME="item_%2Dheight_%3D%3E_pixels"><STRONG>-height</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  2250. <DD>
  2251. Specifies the height to assign to the item's window.
  2252. <EM>Pixels</EM> may have any of the
  2253. forms described in the <A HREF="#coordinates">COORDINATES</A> section above.
  2254. If this option isn't specified, or if it is specified as an empty
  2255. string, then the window is given whatever height it requests internally.
  2256. <P></P>
  2257. <DT><STRONG><STRONG>-state</STRONG> => <EM>state</EM></STRONG><BR>
  2258. <DD>
  2259. Modifies the state of the window item where <EM>state</EM> may be set to one of:
  2260. normal, disabled, or hidden.
  2261. <P></P>
  2262. <DT><STRONG><STRONG>-tags</STRONG> => <EM>tagList</EM></STRONG><BR>
  2263. <DD>
  2264. Specifies a set of tags to apply to the item.
  2265. <EM>TagList</EM> consists of a list of tag names, which replace any
  2266. existing tags for the item.
  2267. <EM>TagList</EM> may be an empty list.
  2268. <P></P>
  2269. <DT><STRONG><STRONG>-updatecommand</STRONG> => <EM>command</EM></STRONG><BR>
  2270. <DD>
  2271. Specifies a callback that is to be executed every time
  2272. the window item is updated on the screen.
  2273. <P></P>
  2274. <DT><STRONG><A NAME="item_%2Dwidth_%3D%3E_pixels"><STRONG>-width</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  2275. <DD>
  2276. Specifies the width to assign to the item's window.
  2277. <EM>Pixels</EM> may have any of the
  2278. forms described in the <A HREF="#coordinates">COORDINATES</A> section above.
  2279. If this option isn't specified, or if it is specified as an empty
  2280. string, then the window is given whatever width it requests internally.
  2281. <P></P>
  2282. <DT><STRONG><A NAME="item_%2Dwindow_%3D%3E_%24widget"><STRONG>-window</STRONG> => <EM>$widget</EM></A></STRONG><BR>
  2283. <DD>
  2284. Specifies the window to associate with this item.
  2285. The window specified by $widget must either be a child of
  2286. the canvas widget or a child of some ancestor of the canvas widget.
  2287. <EM>PathName</EM> may not refer to a top-level window.
  2288. <P>Note:  due to restrictions in the ways that windows are managed, it is not
  2289. possible to draw other graphical items (such as lines and images) on top
  2290. of window items.  A window item always obscures any graphics that
  2291. overlap it, regardless of their order in the display list.</P>
  2292. <P></P></DL>
  2293. <P>
  2294. <HR>
  2295. <H1><A NAME="applicationdefined item types">APPLICATION-DEFINED ITEM TYPES</A></H1>
  2296. <P>It is possible for individual applications to define new item
  2297. types for canvas widgets using C code.
  2298. See the documentation for <STRONG>Tk_CreateItemType</STRONG>.</P>
  2299. <P>
  2300. <HR>
  2301. <H1><A NAME="bindings">BINDINGS</A></H1>
  2302. <P>Canvas has default bindings to allow scrolling if necessary:
  2303. <Up>, <Down>, <Left> and <Right> (and their <Control-*> counter
  2304. parts).  Further <Proir>, <Next>, <Home> and <End>.  These
  2305. bindings allow you to navigate the same way as in other
  2306. widgets that can scroll.</P>
  2307. <P>
  2308. <HR>
  2309. <H1><A NAME="credits">CREDITS</A></H1>
  2310. <P>Tk's canvas widget is a blatant ripoff of ideas from Joel Bartlett's
  2311. <EM>ezd</EM> program.  <EM>Ezd</EM> provides structured graphics in a Scheme
  2312. environment and preceded canvases by a year or two.  Its simple
  2313. mechanisms for placing and animating graphical objects inspired the
  2314. functions of canvases.</P>
  2315. <P>
  2316. <HR>
  2317. <H1><A NAME="keywords">KEYWORDS</A></H1>
  2318. <P>canvas, widget</P>
  2319. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  2320. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  2321. <STRONG><P CLASS=block> Tk::Canvas - Create and manipulate Canvas widgets</P></STRONG>
  2322. </TD></TR>
  2323. </TABLE>
  2324.  
  2325. </BODY>
  2326.  
  2327. </HTML>
  2328.