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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Text - Create and manipulate Text 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::Text - Create and manipulate Text 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="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  25.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  26.     <LI><A HREF="#indices">INDICES</A></LI>
  27.     <LI><A HREF="#tags">TAGS</A></LI>
  28.     <LI><A HREF="#marks">MARKS</A></LI>
  29.     <LI><A HREF="#embedded windows">EMBEDDED WINDOWS</A></LI>
  30.     <LI><A HREF="#embedded images">EMBEDDED IMAGES</A></LI>
  31.     <LI><A HREF="#the selection">THE SELECTION</A></LI>
  32.     <LI><A HREF="#the insertion cursor">THE INSERTION CURSOR</A></LI>
  33.     <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  34.     <LI><A HREF="#bindings">BINDINGS</A></LI>
  35.     <LI><A HREF="#performance issues">PERFORMANCE ISSUES</A></LI>
  36.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  37.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  38. </UL>
  39. <!-- INDEX END -->
  40.  
  41. <HR>
  42. <P>
  43. <H1><A NAME="name">NAME</A></H1>
  44. <P>Tk::Text - Create and manipulate Text widgets</P>
  45. <P>
  46. <HR>
  47. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  48. <UL>
  49. <LI>Linux</LI>
  50. <LI>Solaris</LI>
  51. <LI>Windows</LI>
  52. </UL>
  53. <HR>
  54. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  55. <P><STRONG>text</STRONG> $text ?<EM>options</EM>?</P>
  56. <P><TABLE CELLSPACING=0 CELLPADDING=0><TR><TD><STRONG>-background</STRONG><TD><STRONG>-highlightbackground</STRONG><TD><STRONG>-insertontime</STRONG><TD><STRONG>-selectborderwidth</STRONG>
  57. <TR><TD><STRONG>-borderwidth</STRONG><TD><STRONG>-highlightcolor</STRONG><TD><STRONG>-insertwidth</STRONG><TD><STRONG>-selectforeground</STRONG>
  58. <TR><TD><STRONG>-cursor</STRONG><TD><STRONG>-highlightthickness</STRONG><TD><STRONG>-padx</STRONG><TD><STRONG>-setgrid</STRONG>
  59. <TR><TD><STRONG>-exportselection</STRONG><TD><STRONG>-insertbackground</STRONG><TD><STRONG>-pady</STRONG><TD><STRONG>-takefocus</STRONG>
  60. <TR><TD><STRONG>-font</STRONG><TD><STRONG>-insertborderwidth</STRONG><TD><STRONG>-relief</STRONG><TD><STRONG>-xscrollcommand</STRONG>
  61. <TR><TD><STRONG>-foreground</STRONG><TD><STRONG>-insertofftime</STRONG><TD><STRONG>-selectbackground</STRONG><TD><STRONG>-yscrollcommand</STRONG></TABLE></P>
  62. <P>
  63. <HR>
  64. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  65. <DL>
  66. <DT><STRONG><A NAME="item_Name%3A_height">Name:    <STRONG>height</STRONG></A></STRONG><BR>
  67. <DD>
  68. <DT><STRONG><A NAME="item_Class%3A_Height">Class:    <STRONG>Height</STRONG></A></STRONG><BR>
  69. <DD>
  70. <DT><STRONG><A NAME="item_Switch%3A_%2Dheight">Switch:    <STRONG>-height</STRONG></A></STRONG><BR>
  71. <DD>
  72. Specifies the desired height for the window, in units of characters
  73. in the font given by the <STRONG>-font</STRONG> option.
  74. Must be at least one.
  75. <P></P>
  76. <DT><STRONG><A NAME="item_Name%3A_spacing1">Name:    <STRONG>spacing1</STRONG></A></STRONG><BR>
  77. <DD>
  78. <DT><STRONG><A NAME="item_Class%3A_Spacing1">Class:    <STRONG>Spacing1</STRONG></A></STRONG><BR>
  79. <DD>
  80. <DT><STRONG><A NAME="item_Switch%3A_%2Dspacing1">Switch:    <STRONG>-spacing1</STRONG></A></STRONG><BR>
  81. <DD>
  82. Requests additional space above each text line in the widget,
  83. using any of the standard forms for screen distances.
  84. If a line wraps, this option only applies to the first line
  85. on the display.
  86. This option may be overriden with <STRONG>-spacing1</STRONG> options in
  87. tags.
  88. <P></P>
  89. <DT><STRONG><A NAME="item_Name%3A_spacing2">Name:    <STRONG>spacing2</STRONG></A></STRONG><BR>
  90. <DD>
  91. <DT><STRONG><A NAME="item_Class%3A_Spacing2">Class:    <STRONG>Spacing2</STRONG></A></STRONG><BR>
  92. <DD>
  93. <DT><STRONG><A NAME="item_Switch%3A_%2Dspacing2">Switch:    <STRONG>-spacing2</STRONG></A></STRONG><BR>
  94. <DD>
  95. For lines that wrap (so that they cover more than one line on the
  96. display) this option specifies additional space to provide between
  97. the display lines that represent a single line of text.
  98. The value may have any of the standard forms for screen distances.
  99. This option may be overriden with <STRONG>-spacing2</STRONG> options in
  100. tags.
  101. <P></P>
  102. <DT><STRONG><A NAME="item_Name%3A_spacing3">Name:    <STRONG>spacing3</STRONG></A></STRONG><BR>
  103. <DD>
  104. <DT><STRONG><A NAME="item_Class%3A_Spacing3">Class:    <STRONG>Spacing3</STRONG></A></STRONG><BR>
  105. <DD>
  106. <DT><STRONG><A NAME="item_Switch%3A_%2Dspacing3">Switch:    <STRONG>-spacing3</STRONG></A></STRONG><BR>
  107. <DD>
  108. Requests additional space below each text line in the widget,
  109. using any of the standard forms for screen distances.
  110. If a line wraps, this option only applies to the last line
  111. on the display.
  112. This option may be overriden with <STRONG>-spacing3</STRONG> options in
  113. tags.
  114. <P></P>
  115. <DT><STRONG><A NAME="item_Name%3A_state">Name:    <STRONG>state</STRONG></A></STRONG><BR>
  116. <DD>
  117. <DT><STRONG><A NAME="item_Class%3A_State">Class:    <STRONG>State</STRONG></A></STRONG><BR>
  118. <DD>
  119. <DT><STRONG><A NAME="item_Switch%3A_%2Dstate">Switch:    <STRONG>-state</STRONG></A></STRONG><BR>
  120. <DD>
  121. Specifies one of two states for the text:  <STRONG>normal</STRONG> or <STRONG>disabled</STRONG>.
  122. If the text is disabled then characters may not be inserted or deleted
  123. and no insertion cursor will be displayed, even if the input focus is
  124. in the widget.
  125. <P></P>
  126. <DT><STRONG><A NAME="item_Name%3A_tabs">Name:    <STRONG>tabs</STRONG></A></STRONG><BR>
  127. <DD>
  128. <DT><STRONG><A NAME="item_Class%3A_Tabs">Class:    <STRONG>Tabs</STRONG></A></STRONG><BR>
  129. <DD>
  130. <DT><STRONG><A NAME="item_Switch%3A_%2Dtabs">Switch:    <STRONG>-tabs</STRONG></A></STRONG><BR>
  131. <DD>
  132. Specifies a set of tab stops for the window.  The option's value consists
  133. of a list of screen distances giving the positions of the tab stops.  Each
  134. position may optionally be followed in the next list element
  135. by one of the keywords <STRONG>left</STRONG>, <STRONG>right</STRONG>, <STRONG>center</STRONG>,
  136. or <STRONG>numeric</STRONG>, which specifies how to justify
  137. text relative to the tab stop.  <STRONG>Left</STRONG> is the default; it causes
  138. the text following the tab character to be positioned with its left edge
  139. at the tab position.  <STRONG>Right</STRONG> means that the right edge of the text
  140. following the tab character is positioned at the tab position, and
  141. <STRONG>center</STRONG> means that the text is centered at the tab position.
  142. <STRONG>Numeric</STRONG> means that the decimal point in the text is positioned
  143. at the tab position;  if there is no decimal point then the least
  144. significant digit of the number is positioned just to the left of the
  145. tab position;  if there is no number in the text then the text is
  146. right-justified at the tab position.
  147. For example, <STRONG>-tabs => [qw/2c left 4c 6c center/]</STRONG> creates three
  148. tab stops at two-centimeter intervals;  the first two use left
  149. justification and the third uses center justification.
  150. If the list of tab stops does not have enough elements to cover all
  151. of the tabs in a text line, then Tk extrapolates new tab stops using
  152. the spacing and alignment from the last tab stop in the list.
  153. The value of the <STRONG>tabs</STRONG> option may be overridden by <STRONG>-tabs</STRONG>
  154. options in tags.
  155. If no <STRONG>-tabs</STRONG> option is specified, or if it is specified as
  156. an empty list, then Tk uses default tabs spaced every eight
  157. (average size) characters.
  158. <P></P>
  159. <DT><STRONG><A NAME="item_Name%3A_width">Name:    <STRONG>width</STRONG></A></STRONG><BR>
  160. <DD>
  161. <DT><STRONG><A NAME="item_Class%3A_Width">Class:    <STRONG>Width</STRONG></A></STRONG><BR>
  162. <DD>
  163. <DT><STRONG><A NAME="item_Switch%3A_%2Dwidth">Switch:    <STRONG>-width</STRONG></A></STRONG><BR>
  164. <DD>
  165. Specifies the desired width for the window in units of characters
  166. in the font given by the <STRONG>-font</STRONG> option.
  167. If the font doesn't have a uniform width then the width of the
  168. character ``0'' is used in translating from character units to
  169. screen units.
  170. <P></P>
  171. <DT><STRONG><A NAME="item_Name%3A_wrap">Name:    <STRONG>wrap</STRONG></A></STRONG><BR>
  172. <DD>
  173. <DT><STRONG><A NAME="item_Class%3A_Wrap">Class:    <STRONG>Wrap</STRONG></A></STRONG><BR>
  174. <DD>
  175. <DT><STRONG><A NAME="item_Switch%3A_%2Dwrap">Switch:    <STRONG>-wrap</STRONG></A></STRONG><BR>
  176. <DD>
  177. Specifies how to handle lines in the text that are too long to be
  178. displayed in a single line of the text's window.
  179. The value must be <STRONG>none</STRONG> or <STRONG>char</STRONG> or <STRONG>word</STRONG>.
  180. A wrap mode of <STRONG>none</STRONG> means that each line of text appears as
  181. exactly one line on the screen;  extra characters that don't fit
  182. on the screen are not displayed.
  183. In the other modes each line of text will be broken up into several
  184. screen lines if necessary to keep all the characters visible.
  185. In <STRONG>char</STRONG> mode a screen line break may occur after any character;
  186. in <STRONG>word</STRONG> mode a line break will only be made at word boundaries.
  187. <P></P></DL>
  188. <P>
  189. <HR>
  190. <H1><A NAME="description">DESCRIPTION</A></H1>
  191. <P>The <STRONG>Text</STRONG> method creates a new window (given by the
  192. $text argument) and makes it into a text widget.
  193. Additional
  194. options, described above, may be specified on the command line
  195. or in the option database
  196. to configure aspects of the text such as its default background color
  197. and relief.  The <STRONG>text</STRONG> command returns the
  198. path name of the new window.</P>
  199. <P>A text widget displays one or more lines of text and allows that
  200. text to be edited.
  201. Text widgets support four different kinds of annotations on the
  202. text, called tags, marks, embedded windows or embedded images.
  203. Tags allow different portions of the text
  204. to be displayed with different fonts and colors.
  205. In addition, <A HREF="../../../site/lib/Tk/callbacks.html">perl/Tk callbacks</A> can be associated with tags so
  206. that scripts are invoked when particular actions such as keystrokes
  207. and mouse button presses occur in particular ranges of the text.
  208. See <A HREF="#tags">TAGS</A> below for more details.</P>
  209. <P>The second form of annotation consists of marks, which are floating
  210. markers in the text.
  211. Marks are used to keep track of various interesting positions in the
  212. text as it is edited.
  213. See <A HREF="#marks">MARKS</A> below for more details.</P>
  214. <P>The third form of annotation allows arbitrary windows to be
  215. embedded in a text widget.
  216. See <A HREF="#embedded windows">EMBEDDED WINDOWS</A> below for more details.</P>
  217. <P>The fourth form of annotation allows Tk images to be embedded in a text
  218. widget.
  219. See <A HREF="#embedded images">EMBEDDED IMAGES</A> below for more details.</P>
  220. <P>
  221. <HR>
  222. <H1><A NAME="indices">INDICES</A></H1>
  223. <P>Many of the methods for texts take one or more indices
  224. as arguments.
  225. An index is a string used to indicate a particular place within
  226. a text, such as a place to insert characters or one endpoint of a
  227. range of characters to delete.
  228. Indices have the syntax</P>
  229. <PRE>
  230.  base modifier modifier modifier ...</PRE>
  231. <P>Where <EM>base</EM> gives a starting point and the <EM>modifier</EM>s
  232. adjust the index from the starting point (e.g. move forward or
  233. backward one character).  Every index must contain a <EM>base</EM>,
  234. but the <EM>modifier</EM>s are optional.</P>
  235. <P>The <EM>base</EM> for an index must have one of the following forms:</P>
  236. <DL>
  237. <DT><STRONG><A NAME="item_line%2Echar"><EM>line</EM><STRONG>.</STRONG><EM>char</EM></A></STRONG><BR>
  238. <DD>
  239. Indicates <EM>char</EM>'th character on line <EM>line</EM>.
  240. Lines are numbered from 1 for consistency with other UNIX programs
  241. that use this numbering scheme.
  242. Within a line, characters are numbered from 0.
  243. If <EM>char</EM> is <STRONG>end</STRONG> then it refers to the newline character
  244. that ends the line.
  245. <P></P>
  246. <DT><STRONG><A NAME="item_%40x%2Cy"><STRONG>@</STRONG><EM>x</EM><STRONG>,</STRONG><EM>y</EM></A></STRONG><BR>
  247. <DD>
  248. Indicates the character that covers the pixel whose x and y coordinates
  249. within the text's window are <EM>x</EM> and <EM>y</EM>.
  250. <P></P>
  251. <DT><STRONG><A NAME="item_end"><STRONG>end</STRONG></A></STRONG><BR>
  252. <DD>
  253. Indicates the end of the text (the character just after the last
  254. newline).
  255. <P></P>
  256. <DT><STRONG><A NAME="item_mark"><EM>mark</EM></A></STRONG><BR>
  257. <DD>
  258. Indicates the character just after the mark whose name is <EM>mark</EM>.
  259. <P></P>
  260. <DT><STRONG><A NAME="item_tag%2Efirst"><EM>tag</EM><STRONG>.first</STRONG></A></STRONG><BR>
  261. <DD>
  262. Indicates the first character in the text that has been tagged with
  263. <EM>tag</EM>.
  264. This form generates an error if no characters are currently tagged
  265. with <EM>tag</EM>.
  266. <P></P>
  267. <DT><STRONG><A NAME="item_tag%2Elast"><EM>tag</EM><STRONG>.last</STRONG></A></STRONG><BR>
  268. <DD>
  269. Indicates the character just after the last one in the text that has
  270. been tagged with <EM>tag</EM>.
  271. This form generates an error if no characters are currently tagged
  272. with <EM>tag</EM>.
  273. <P></P>
  274. <DT><STRONG><A NAME="item_%24widget"><EM>$widget</EM></A></STRONG><BR>
  275. <DD>
  276. Indicates the position of the embedded window referenced by <EM>$widget</EM>.
  277. This form generates an error if <EM>$widget</EM> does not reference to an
  278. embedded window.
  279. <P></P>
  280. <DT><STRONG><A NAME="item_imageName"><EM>imageName</EM></A></STRONG><BR>
  281. <DD>
  282. Indicates the position of the embedded image whose name is
  283. <EM>imageName</EM>.
  284. This form generates an error if there is no embedded image
  285. by the given name.
  286. <P>If the <EM>base</EM> could match more than one of the above forms, such
  287. as a <EM>mark</EM> and <EM>imageName</EM> both having the same value, then
  288. the form earlier in the above list takes precedence.
  289. If modifiers follow the base index, each one of them must have one
  290. of the forms listed below.  Keywords such as <STRONG>chars</STRONG> and <STRONG>wordend</STRONG>
  291. may be abbreviated as long as the abbreviation is unambiguous.</P>
  292. <P></P>
  293. <DT><STRONG><A NAME="item_%2B_count_chars"><STRONG>+ </STRONG><EM>count</EM><STRONG> chars</STRONG></A></STRONG><BR>
  294. <DD>
  295. Adjust the index forward by <EM>count</EM> characters, moving to later
  296. lines in the text if necessary.  If there are fewer than <EM>count</EM>
  297. characters in the text after the current index, then set the index
  298. to the last character in the text.
  299. Spaces on either side of <EM>count</EM> are optional.
  300. <P></P>
  301. <DT><STRONG><A NAME="item_%2D_count_chars"><STRONG>- </STRONG><EM>count</EM><STRONG> chars</STRONG></A></STRONG><BR>
  302. <DD>
  303. Adjust the index backward by <EM>count</EM> characters, moving to earlier
  304. lines in the text if necessary.  If there are fewer than <EM>count</EM>
  305. characters in the text before the current index, then set the index
  306. to the first character in the text.
  307. Spaces on either side of <EM>count</EM> are optional.
  308. <P></P>
  309. <DT><STRONG><A NAME="item_%2B_count_lines"><STRONG>+ </STRONG><EM>count</EM><STRONG> lines</STRONG></A></STRONG><BR>
  310. <DD>
  311. Adjust the index forward by <EM>count</EM> lines, retaining the same
  312. character position within the line.  If there are fewer than <EM>count</EM>
  313. lines after the line containing the current index, then set the index
  314. to refer to the same character position on the last line of the text.
  315. Then, if the line is not long enough to contain a character at the indicated
  316. character position, adjust the character position to refer to the last
  317. character of the line (the newline).
  318. Spaces on either side of <EM>count</EM> are optional.
  319. <P></P>
  320. <DT><STRONG><A NAME="item_%2D_count_lines"><STRONG>- </STRONG><EM>count</EM><STRONG> lines</STRONG></A></STRONG><BR>
  321. <DD>
  322. Adjust the index backward by <EM>count</EM> lines, retaining the same
  323. character position within the line.  If there are fewer than <EM>count</EM>
  324. lines before the line containing the current index, then set the index
  325. to refer to the same character position on the first line of the text.
  326. Then, if the line is not long enough to contain a character at the indicated
  327. character position, adjust the character position to refer to the last
  328. character of the line (the newline).
  329. Spaces on either side of <EM>count</EM> are optional.
  330. <P></P>
  331. <DT><STRONG><A NAME="item_linestart"><STRONG>linestart</STRONG></A></STRONG><BR>
  332. <DD>
  333. Adjust the index to refer to the first character on the line.
  334. <P></P>
  335. <DT><STRONG><A NAME="item_lineend"><STRONG>lineend</STRONG></A></STRONG><BR>
  336. <DD>
  337. Adjust the index to refer to the last character on the line (the newline).
  338. <P></P>
  339. <DT><STRONG><A NAME="item_wordstart"><STRONG>wordstart</STRONG></A></STRONG><BR>
  340. <DD>
  341. Adjust the index to refer to the first character of the word containing
  342. the current index.  A word consists of any number of adjacent characters
  343. that are letters, digits, or underscores, or a single character that
  344. is not one of these.
  345. <P></P>
  346. <DT><STRONG><A NAME="item_wordend"><STRONG>wordend</STRONG></A></STRONG><BR>
  347. <DD>
  348. Adjust the index to refer to the character just after the last one of the
  349. word containing the current index.  If the current index refers to the last
  350. character of the text then it is not modified.
  351. <P>If more than one modifier is present then they are applied in
  352. left-to-right order.  For example, the index ``<STRONG>end - 1 chars</STRONG>''
  353. refers to the next-to-last character in the text and
  354. ``<STRONG>insert wordstart - 1 c</STRONG>'' refers to the character just before
  355. the first one in the word containing the insertion cursor.</P>
  356. <P></P></DL>
  357. <P>
  358. <HR>
  359. <H1><A NAME="tags">TAGS</A></H1>
  360. <P>The first form of annotation in text widgets is a tag.
  361. A tag is a textual string that is associated with some of the characters
  362. in a text.
  363. Tags may contain arbitrary characters, but it is probably best to
  364. avoid using the the characters `` '' (space), <STRONG>+</STRONG>, or <STRONG>-</STRONG>:
  365. these characters have special meaning in indices, so tags containing
  366. them can't be used as indices.
  367. There may be any number of tags associated with characters in a
  368. text.
  369. Each tag may refer to a single character, a range of characters, or
  370. several ranges of characters.
  371. An individual character may have any number of tags associated with it.</P>
  372. <P>A priority order is defined among tags, and this order is used in
  373. implementing some of the tag-related functions described below.
  374. When a tag is defined (by associating it with characters or setting
  375. its display options or binding callbacks to it), it is given
  376. a priority higher than any existing tag.
  377. The priority order of tags may be redefined using the
  378. ``<EM>$text</EM>-><STRONG>tagRaise</STRONG>'' and ``<EM>$text</EM>-><STRONG>tagLower</STRONG>''
  379. methods.</P>
  380. <P>Tags serve three purposes in text widgets.
  381. First, they control the way information is displayed on the screen.
  382. By default, characters are displayed as determined by the
  383. <STRONG>background</STRONG>, <STRONG>font</STRONG>, and <STRONG>foreground</STRONG> options for the
  384. text widget.
  385. However, display options may be associated with individual tags
  386. using the ``<EM>$text</EM>-><STRONG>tagConfigure</STRONG>'' method.
  387. If a character has been tagged, then the display options associated
  388. with the tag override the default display style.
  389. The following options are currently supported for tags:</P>
  390. <DL>
  391. <DT><STRONG><A NAME="item_%2Dbackground_%3D%3E_color"><STRONG>-background</STRONG> => <EM>color</EM></A></STRONG><BR>
  392. <DD>
  393. <EM>Color</EM> specifies the background color to use for characters
  394. associated with the tag.
  395. It may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  396. <P></P>
  397. <DT><STRONG><A NAME="item_%2Dbgstipple_%3D%3E_bitmap"><STRONG>-bgstipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  398. <DD>
  399. <EM>Bitmap</EM> specifies a bitmap that is used as a stipple pattern
  400. for the background.
  401. It may have any of the forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  402. If <EM>bitmap</EM> hasn't been specified, or if it is specified
  403. as an empty string, then a solid fill will be used for the
  404. background.
  405. <P></P>
  406. <DT><STRONG><A NAME="item_%2Dborderwidth_%3D%3E_pixels"><STRONG>-borderwidth</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  407. <DD>
  408. <EM>Pixels</EM> specifies the width of a 3-D border to draw around
  409. the background.
  410. It may have any of the forms accepted by <STRONG>Tk_GetPixels</STRONG>.
  411. This option is used in conjunction with the <STRONG>-relief</STRONG>
  412. option to give a 3-D appearance to the background for characters;
  413. it is ignored unless the <STRONG>-background</STRONG> option
  414. has been set for the tag.
  415. <P></P>
  416. <DT><STRONG><A NAME="item_%2Dfgstipple_%3D%3E_bitmap"><STRONG>-fgstipple</STRONG> => <EM>bitmap</EM></A></STRONG><BR>
  417. <DD>
  418. <EM>Bitmap</EM> specifies a bitmap that is used as a stipple pattern
  419. when drawing text and other foreground information such as
  420. underlines.
  421. It may have any of the forms accepted by <STRONG>Tk_GetBitmap</STRONG>.
  422. If <EM>bitmap</EM> hasn't been specified, or if it is specified
  423. as an empty string, then a solid fill will be used.
  424. <P></P>
  425. <DT><STRONG><A NAME="item_%2Dfont_%3D%3E_fontName"><STRONG>-font</STRONG> => <EM>fontName</EM></A></STRONG><BR>
  426. <DD>
  427. <EM>FontName</EM> is the name of a font to use for drawing characters.
  428. It may have any of the forms accepted by <STRONG>Tk_GetFontStruct</STRONG>.
  429. <P></P>
  430. <DT><STRONG><A NAME="item_%2Dforeground_%3D%3E_color"><STRONG>-foreground</STRONG> => <EM>color</EM></A></STRONG><BR>
  431. <DD>
  432. <EM>Color</EM> specifies the color to use when drawing text and other
  433. foreground information such as underlines.
  434. It may have any of the forms accepted by <STRONG>Tk_GetColor</STRONG>.
  435. <P></P>
  436. <DT><STRONG><A NAME="item_%2Djustify_%3D%3E_justify"><STRONG>-justify</STRONG> => <EM>justify</EM></A></STRONG><BR>
  437. <DD>
  438. If the first character of a display line has a tag for which this
  439. option has been specified, then <EM>justify</EM> determines how to
  440. justify the line.
  441. It must be one of <STRONG>left</STRONG>, <STRONG>right</STRONG>, or <STRONG>center</STRONG>.
  442. If a line wraps, then the justification for each line on the
  443. display is determined by the first character of that display line.
  444. <P></P>
  445. <DT><STRONG><A NAME="item_%2Dlmargin1_%3D%3E_pixels"><STRONG>-lmargin1</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  446. <DD>
  447. If the first character of a text line has a tag for which this
  448. option has been specified, then <EM>pixels</EM> specifies how
  449. much the line should be indented from the left edge of the
  450. window.
  451. <EM>Pixels</EM> may have any of the standard forms for screen
  452. distances.
  453. If a line of text wraps, this option only applies to the
  454. first line on the display;  the <STRONG>-lmargin2</STRONG> option controls
  455. the indentation for subsequent lines.
  456. <P></P>
  457. <DT><STRONG><A NAME="item_%2Dlmargin2_%3D%3E_pixels"><STRONG>-lmargin2</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  458. <DD>
  459. If the first character of a display line has a tag for which this
  460. option has been specified, and if the display line is not the
  461. first for its text line (i.e., the text line has wrapped), then
  462. <EM>pixels</EM> specifies how much the line should be indented from
  463. the left edge of the window.
  464. <EM>Pixels</EM> may have any of the standard forms for screen
  465. distances.
  466. This option is only used when wrapping is enabled, and it only
  467. applies to the second and later display lines for a text line.
  468. <P></P>
  469. <DT><STRONG><A NAME="item_%2Doffset_%3D%3E_pixels"><STRONG>-offset</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  470. <DD>
  471. <EM>Pixels</EM> specifies an amount by which the text's baseline
  472. should be offset vertically from the baseline of the overall
  473. line, in pixels.
  474. For example, a positive offset can be used for superscripts
  475. and a negative offset can be used for subscripts.
  476. <EM>Pixels</EM> may have any of the standard forms for screen
  477. distances.
  478. <P></P>
  479. <DT><STRONG><A NAME="item_%2Doverstrike_%3D%3E_boolean"><STRONG>-overstrike</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  480. <DD>
  481. Specifies whether or not to draw a horizontal rule through
  482. the middle of characters.
  483. <EM>Boolean</EM> may have any of the forms accepted by <STRONG>Tk_GetBoolean</STRONG>.
  484. <P></P>
  485. <DT><STRONG><A NAME="item_%2Drelief_%3D%3E_relief"><STRONG>-relief</STRONG> => <EM>relief</EM></A></STRONG><BR>
  486. <DD>
  487. <EM>Relief</EM> specifies the 3-D relief to use for drawing backgrounds,
  488. in any of the forms accepted by <STRONG>Tk_GetRelief</STRONG>.
  489. This option is used in conjunction with the <STRONG>-borderwidth</STRONG>
  490. option to give a 3-D appearance to the background for characters;
  491. it is ignored unless the <STRONG>-background</STRONG> option
  492. has been set for the tag.
  493. <P></P>
  494. <DT><STRONG><A NAME="item_%2Drmargin_%3D%3E_pixels"><STRONG>-rmargin</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  495. <DD>
  496. If the first character of a display line has a tag for which this
  497. option has been specified, then <EM>pixels</EM> specifies how wide
  498. a margin to leave between the end of the line and the right
  499. edge of the window.
  500. <EM>Pixels</EM> may have any of the standard forms for screen
  501. distances.
  502. This option is only used when wrapping is enabled.
  503. If a text line wraps, the right margin for each line on the
  504. display is determined by the first character of that display
  505. line.
  506. <P></P>
  507. <DT><STRONG><A NAME="item_%2Dspacing1_%3D%3E_pixels"><STRONG>-spacing1</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  508. <DD>
  509. <EM>Pixels</EM> specifies how much additional space should be
  510. left above each text line, using any of the standard forms for
  511. screen distances.
  512. If a line wraps, this option only applies to the first
  513. line on the display.
  514. <P></P>
  515. <DT><STRONG><A NAME="item_%2Dspacing2_%3D%3E_pixels"><STRONG>-spacing2</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  516. <DD>
  517. For lines that wrap, this option specifies how much additional
  518. space to leave between the display lines for a single text line.
  519. <EM>Pixels</EM> may have any of the standard forms for screen
  520. distances.
  521. <P></P>
  522. <DT><STRONG><A NAME="item_%2Dspacing3_%3D%3E_pixels"><STRONG>-spacing3</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  523. <DD>
  524. <EM>Pixels</EM> specifies how much additional space should be
  525. left below each text line, using any of the standard forms for
  526. screen distances.
  527. If a line wraps, this option only applies to the last
  528. line on the display.
  529. <P></P>
  530. <DT><STRONG><A NAME="item_%2Dstate_%3D%3E_state"><STRONG>-state</STRONG> => <EM>state</EM></A></STRONG><BR>
  531. <DD>
  532. <EM>State</EM> specifies if the text is <EM>hidden</EM> or <EM>normal</EM>.
  533. Hidden text is not displayed and takes no space on screen, but further
  534. on behaves just as normal text.
  535. <P></P>
  536. <DT><STRONG><A NAME="item_%2Dtabs_%3D%3E_tabList"><STRONG>-tabs</STRONG> => <EM>tabList</EM></A></STRONG><BR>
  537. <DD>
  538. <EM>TabList</EM> specifies a set of tab stops in the same form
  539. as for the <STRONG>-tabs</STRONG> option for the text widget.  This
  540. option only applies to a display line if it applies to the
  541. first character on that display line.
  542. If this option is specified as an empty string, it cancels
  543. the option, leaving it unspecified for the tag (the default).
  544. If the option is specified as a non-empty string that is
  545. an empty list, such as <STRONG>-tabs =</STRONG> `` ''>, then it requests
  546. default 8-character tabs as described for the <STRONG>tabs</STRONG>
  547. widget option.
  548. <P></P>
  549. <DT><STRONG><A NAME="item_%2Dunderline_%3D%3E_boolean"><STRONG>-underline</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  550. <DD>
  551. <EM>Boolean</EM> specifies whether or not to draw an underline underneath
  552. characters.
  553. It may have any of the forms accepted by <STRONG>Tk_GetBoolean</STRONG>.
  554. <P></P>
  555. <DT><STRONG><A NAME="item_%2Dwrap_%3D%3E_mode"><STRONG>-wrap</STRONG> => <EM>mode</EM></A></STRONG><BR>
  556. <DD>
  557. <EM>Mode</EM> specifies how to handle lines that are wider than the
  558. text's window.
  559. It has the same legal values as the <STRONG>-wrap</STRONG> option
  560. for the text widget:  <STRONG>none</STRONG>, <STRONG>char</STRONG>, or <STRONG>word</STRONG>.
  561. If this tag option is specified, it overrides the <STRONG>-wrap</STRONG> option
  562. for the text widget.
  563. <P></P>
  564. <DT><STRONG><A NAME="item_%2Delide_%3D%3E_value"><STRONG>-elide</STRONG> => <EM>value</EM></A></STRONG><BR>
  565. <DD>
  566. If value is true then text covered by the tag is not displayed.
  567. <P></P>
  568. <DT><STRONG><A NAME="item_%2Ddata_%3D%3E_value"><STRONG>-data</STRONG> => <EM>value</EM></A></STRONG><BR>
  569. <DD>
  570. Allows an arbitrary perl scalar <EM>value</EM> to be associated with the tag.
  571. <P></P></DL>
  572. <P>If a character has several tags associated with it, and if their
  573. display options conflict, then the options of the highest priority
  574. tag are used.
  575. If a particular display option hasn't been specified for a
  576. particular tag, or if it is specified as an empty string, then
  577. that option will never be used;  the next-highest-priority
  578. tag's option will used instead.
  579. If no tag specifies a particular display option, then the default
  580. style for the widget will be used.</P>
  581. <P>The second purpose for tags is event bindings.
  582. You can associate bindings with a tag in much the same way you can
  583. associate bindings with a widget class:  whenever particular X
  584. events occur on characters with the given tag, a given
  585. <perl/Tk callback|Tk::callbacks> will be executed.
  586. Tag bindings can be used to give behaviors to ranges of characters;
  587. among other things, this allows hypertext-like
  588. features to be implemented.
  589. For details, see the description of the <STRONG>tagBind</STRONG> widget
  590. method below.</P>
  591. <P>The third use for tags is in managing the selection.
  592. See <A HREF="#the selection">THE SELECTION</A> below.</P>
  593. <P>
  594. <HR>
  595. <H1><A NAME="marks">MARKS</A></H1>
  596. <P>The second form of annotation in text widgets is a mark.
  597. Marks are used for remembering particular places in a text.
  598. They are something like tags, in that they have names and
  599. they refer to places in the file, but a mark isn't associated
  600. with particular characters.
  601. Instead, a mark is associated with the gap between two characters.
  602. Only a single position may be associated with a mark at any given
  603. time.
  604. If the characters around a mark are deleted the mark will still
  605. remain;  it will just have new neighbor characters.
  606. In contrast, if the characters containing a tag are deleted then
  607. the tag will no longer have an association with characters in
  608. the file.
  609. Marks may be manipulated with the ``<EM>$text</EM>-><STRONG>mark</STRONG>'' text widget
  610. method, and their current locations may be determined by using the
  611. mark name as an index in methods.</P>
  612. <P>Each mark also has a <EM>gravity</EM>, which is either <STRONG>left</STRONG> or
  613. <STRONG>right</STRONG>.
  614. The gravity for a mark specifies what happens to the mark when
  615. text is inserted at the point of the mark.
  616. If a mark has left gravity, then the mark is treated as if it
  617. were attached to the character on its left, so the mark will
  618. remain to the left of any text inserted at the mark position.
  619. If the mark has right gravity, new text inserted at the mark
  620. position will appear to the right of the mark.  The gravity
  621. for a mark defaults to <STRONG>right</STRONG>.</P>
  622. <P>The name space for marks is different from that for tags:  the
  623. same name may be used for both a mark and a tag, but they will refer
  624. to different things.</P>
  625. <P>Two marks have special significance.
  626. First, the mark <STRONG>insert</STRONG> is associated with the insertion cursor,
  627. as described under <A HREF="#the insertion cursor">THE INSERTION CURSOR</A> below.
  628. Second, the mark <STRONG>current</STRONG> is associated with the character
  629. closest to the mouse and is adjusted automatically to track the
  630. mouse position and any changes to the text in the widget (one
  631. exception:  <STRONG>current</STRONG> is not updated in response to mouse
  632. motions if a mouse button is down;  the update will be deferred
  633. until all mouse buttons have been released).
  634. Neither of these special marks may be deleted.</P>
  635. <P>
  636. <HR>
  637. <H1><A NAME="embedded windows">EMBEDDED WINDOWS</A></H1>
  638. <P>The third form of annotation in text widgets is an embedded window.
  639. Each embedded window annotation causes a window to be displayed
  640. at a particular point in  the text.
  641. There may be any number of embedded windows in a text widget,
  642. and any widget may be used as an embedded window (subject to the
  643. usual rules for geometry management, which require the text window
  644. to be the parent of the embedded window or a descendant of its
  645. parent).
  646. The embedded window's position on the screen will be updated as the
  647. text is modified or scrolled, and it will be mapped and unmapped as
  648. it moves into and out of the visible area of the text widget.
  649. Each embedded window occupies one character's worth of index space
  650. in the text widget, and it may be referred to either by the name
  651. of its embedded window or by its position in the widget's
  652. index space.
  653. If the range of text containing the embedded window is deleted then
  654. the window is destroyed.</P>
  655. <P>When an embedded window is added to a text widget with the
  656. <STRONG>widgetCreate</STRONG> method, several configuration
  657. options may be associated with it.
  658. These options may be  modified later with the <STRONG>widgetConfigure</STRONG>
  659. method.
  660. The following options are currently supported:</P>
  661. <DL>
  662. <DT><STRONG><A NAME="item_%2Dalign_%3D%3E_where"><STRONG>-align</STRONG> => <EM>where</EM></A></STRONG><BR>
  663. <DD>
  664. If the window is not as tall as the line in which it is displayed,
  665. this option determines where the window is displayed in the line.
  666. <EM>Where</EM> must have one of the values <STRONG>top</STRONG> (align the top of the window
  667. with the top of the line), <STRONG>center</STRONG> (center the window
  668. within the range of the line), <STRONG>bottom</STRONG> (align the bottom of the
  669. window with the bottom of the line's area),
  670. or <STRONG>baseline</STRONG> (align the bottom of the window with the baseline
  671. of the line).
  672. <P></P>
  673. <DT><STRONG><A NAME="item_%2Dcreate_%3D%3E_callback"><STRONG>-create</STRONG> => <EM>callback</EM></A></STRONG><BR>
  674. <DD>
  675. Specifies a <A HREF="../../../site/lib/Tk/callbacks.html">callback</A> that may be evaluated to create the window
  676. for the annotation.
  677. If no <STRONG>-window</STRONG> option has been specified for the annotation
  678. this <EM>callback</EM> will be evaluated when the annotation is about to
  679. be displayed on the screen.
  680. <EM>Callback</EM> must create a window for the annotation and return
  681. the name of that window as its result.
  682. If the annotation's window should ever be deleted, <EM>callback</EM>
  683. will be evaluated again the next time the annotation is displayed.
  684. <P></P>
  685. <DT><STRONG><A NAME="item_%2Dpadx_%3D%3E_pixels"><STRONG>-padx</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  686. <DD>
  687. <EM>Pixels</EM> specifies the amount of extra space to leave on
  688. each side of the embedded window.
  689. It may have any of the usual forms defined for a screen distance
  690. (see <STRONG>Tk_GetPixels</STRONG>).
  691. <P></P>
  692. <DT><STRONG><A NAME="item_%2Dpady_%3D%3E_pixels"><STRONG>-pady</STRONG> => <EM>pixels</EM></A></STRONG><BR>
  693. <DD>
  694. <EM>Pixels</EM> specifies the amount of extra space to leave on
  695. the top and on the bottom of the embedded window.
  696. It may have any of the usual forms defined for a screen distance
  697. (see <STRONG>Tk_GetPixels</STRONG>).
  698. <P></P>
  699. <DT><STRONG><A NAME="item_%2Dstretch_%3D%3E_boolean"><STRONG>-stretch</STRONG> => <EM>boolean</EM></A></STRONG><BR>
  700. <DD>
  701. If the requested height of the embedded window is less than the
  702. height of the line in which it is displayed, this option can be
  703. used to specify whether the window should be stretched vertically
  704. to fill its line.
  705. If the <STRONG>-pady</STRONG> option has been specified as well, then the
  706. requested padding will be retained even if the window is
  707. stretched.
  708. <P></P>
  709. <DT><STRONG><A NAME="item_%2Dwindow_%3D%3E_%24widget"><STRONG>-window</STRONG> => <EM>$widget</EM></A></STRONG><BR>
  710. <DD>
  711. Specifies the name of a window to display in the annotation.
  712. <P></P></DL>
  713. <P>
  714. <HR>
  715. <H1><A NAME="embedded images">EMBEDDED IMAGES</A></H1>
  716. <P>The final form of annotation in text widgets is an embedded image.
  717. Each embedded image annotation causes an image to be displayed
  718. at a particular point in  the text.
  719. There may be any number of embedded images in a text widget,
  720. and a particular image may be embedded in multiple places in the same
  721. text widget.
  722. The embedded image's position on the screen will be updated as the
  723. text is modified or scrolled.
  724. Each embedded image occupies one character's worth of index space
  725. in the text widget, and it may be referred to either by
  726. its position in the widget's index space, or the name it is assigned
  727. when the image is inserted into the text widget with <STRONG>imageCreate</STRONG>.
  728. If the range of text containing the embedded image is deleted then
  729. that copy of the image is removed from the screen.</P>
  730. <P>When an embedded image is added to a text widget with the <STRONG>image</STRONG>
  731. create method, a name unique to this instance of the image
  732. is returned.  This name may then be used to refer to this image
  733. instance.  The name is taken to be the value of the <STRONG>-name</STRONG> option
  734. (described below).  If the <STRONG>-name</STRONG> option is not provided, the
  735. <STRONG>-image</STRONG> name is used instead.  If the <EM>imageName</EM> is already
  736. in use in the text widget, then <STRONG>#</STRONG><EM>nn</EM> is added to the end of the
  737. <EM>imageName</EM>, where <EM>nn</EM> is an arbitrary integer.  This insures
  738. the <EM>imageName</EM> is unique.
  739. Once this name is assigned to this instance of the image, it does not
  740. change, even though the <STRONG>-image</STRONG> or <STRONG>-name</STRONG> values can be changed
  741. with <STRONG>image configure</STRONG>.</P>
  742. <P>When an embedded image is added to a text widget with the
  743. <STRONG>imageCreate</STRONG> method, several configuration
  744. options may be associated with it.
  745. These options may be modified later with the <STRONG>image configure</STRONG>
  746. method.
  747. The following options are currently supported:</P>
  748. <DL>
  749. <DT><STRONG><STRONG>-align</STRONG> => <EM>where</EM></STRONG><BR>
  750. <DD>
  751. If the image is not as tall as the line in which it is displayed,
  752. this option determines where the image is displayed in the line.
  753. <EM>Where</EM> must have one of the values <STRONG>top</STRONG> (align the top of the image
  754. with the top of the line), <STRONG>center</STRONG> (center the image
  755. within the range of the line), <STRONG>bottom</STRONG> (align the bottom of the
  756. image with the bottom of the line's area),
  757. or <STRONG>baseline</STRONG> (align the bottom of the image with the baseline
  758. of the line).
  759. <P></P>
  760. <DT><STRONG><A NAME="item_%2Dimage_%3D%3E_image"><STRONG>-image</STRONG> => <EM>image</EM></A></STRONG><BR>
  761. <DD>
  762. Specifies the name of the Tk image to display in the annotation.
  763. If <EM>image</EM> is not a valid Tk image, then an error is returned.
  764. <P></P>
  765. <DT><STRONG><A NAME="item_%2Dname_%3D%3E_ImageName"><STRONG>-name</STRONG> => <EM>ImageName</EM></A></STRONG><BR>
  766. <DD>
  767. Specifies the name by which this image instance may be referenced in
  768. the text widget. If <EM>ImageName</EM> is not supplied, then the
  769. name of the Tk image is used instead.
  770. If the <EM>imageName</EM> is already in use, <EM>#nn</EM> is appended to
  771. the end of the name as described above.
  772. <P></P>
  773. <DT><STRONG><STRONG>-padx</STRONG> => <EM>pixels</EM></STRONG><BR>
  774. <DD>
  775. <EM>Pixels</EM> specifies the amount of extra space to leave on
  776. each side of the embedded image.
  777. It may have any of the usual forms defined for a screen distance.
  778. <P></P>
  779. <DT><STRONG><STRONG>-pady</STRONG> => <EM>pixels</EM></STRONG><BR>
  780. <DD>
  781. <EM>Pixels</EM> specifies the amount of extra space to leave on
  782. the top and on the bottom of the embedded image.
  783. It may have any of the usual forms defined for a screen distance.
  784. <P></P></DL>
  785. <P>
  786. <HR>
  787. <H1><A NAME="the selection">THE SELECTION</A></H1>
  788. <P>Selection support is implemented via tags.
  789. If the <STRONG>exportSelection</STRONG> option for the text widget is true
  790. then the <STRONG>sel</STRONG> tag will be associated with the selection:</P>
  791. <DL>
  792. <DT><STRONG><A NAME="item_%5B1%5D">[1]</A></STRONG><BR>
  793. <DD>
  794. Whenever characters are tagged with <STRONG>sel</STRONG> the text widget
  795. will claim ownership of the selection.
  796. <P></P>
  797. <DT><STRONG><A NAME="item_%5B2%5D">[2]</A></STRONG><BR>
  798. <DD>
  799. Attempts to retrieve the
  800. selection will be serviced by the text widget, returning all the
  801. characters with the <STRONG>sel</STRONG> tag.
  802. <P></P>
  803. <DT><STRONG><A NAME="item_%5B3%5D">[3]</A></STRONG><BR>
  804. <DD>
  805. If the selection is claimed away by another application or by another
  806. window within this application, then the <STRONG>sel</STRONG> tag will be removed
  807. from all characters in the text.
  808. <P>The <STRONG>sel</STRONG> tag is automatically defined when a text widget is
  809. created, and it may not be deleted with the ``<EM>$text</EM>-><STRONG>tagDelete</STRONG>''
  810. method.  Furthermore, the <STRONG>selectBackground</STRONG>,
  811. <STRONG>selectBorderWidth</STRONG>, and <STRONG>selectForeground</STRONG> options for
  812. the text widget are tied to the <STRONG>-background</STRONG>,
  813. <STRONG>-borderwidth</STRONG>, and <STRONG>-foreground</STRONG> options for the <STRONG>sel</STRONG>
  814. tag:  changes in either will automatically be reflected in the
  815. other.</P>
  816. <P></P></DL>
  817. <P>
  818. <HR>
  819. <H1><A NAME="the insertion cursor">THE INSERTION CURSOR</A></H1>
  820. <P>The mark named <STRONG>insert</STRONG> has special significance in text widgets.
  821. It is defined automatically when a text widget is created and it
  822. may not be unset with the ``<EM>$text</EM>-><STRONG>markUnset</STRONG>'' widget
  823. command.
  824. The <STRONG>insert</STRONG> mark represents the position of the insertion
  825. cursor, and the insertion cursor will automatically be drawn at
  826. this point whenever the text widget has the input focus.</P>
  827. <P>
  828. <HR>
  829. <H1><A NAME="widget methods">WIDGET METHODS</A></H1>
  830. <P>The <STRONG>Text</STRONG> method creates a widget object.
  831. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  832. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  833. modify the options described above.
  834. The widget also inherits all the methods provided by the generic
  835. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class.</P>
  836. <P>The following additional methods are available for text widgets:</P>
  837. <DL>
  838. <DT><STRONG><A NAME="item_bbox"><EM>$text</EM>-><STRONG>bbox</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  839. <DD>
  840. Returns a list of four elements describing the screen area
  841. of the character given by <EM>index</EM>.
  842. The first two elements of the list give the x and y coordinates
  843. of the upper-left corner of the area occupied by the
  844. character, and the last two elements give the width and height
  845. of the area.
  846. If the character is only partially visible on the screen, then
  847. the return value reflects just the visible part.
  848. If the character is not visible on the screen then the return
  849. value is an empty list.
  850. <P></P>
  851. <DT><STRONG><A NAME="item_compare"><EM>$text</EM>-><STRONG>compare</STRONG>(<EM>index1, op, index2</EM>)</A></STRONG><BR>
  852. <DD>
  853. Compares the indices given by <EM>index1</EM> and <EM>index2</EM> according
  854. to the relational operator given by <EM>op</EM>, and returns 1 if
  855. the relationship is satisfied and 0 if it isn't.
  856. <EM>Op</EM> must be one of the operators <, <=, ==, >=, >, or !=.
  857. If <EM>op</EM> is == then 1 is returned if the two indices refer to
  858. the same character, if <EM>op</EM> is < then 1 is returned if <EM>index1</EM>
  859. refers to an earlier character in the text than <EM>index2</EM>, and
  860. so on.
  861. <P></P>
  862. <DT><STRONG><A NAME="item_debug"><EM>$text</EM>-><STRONG>debug</STRONG>(?<EM>boolean</EM>?)</A></STRONG><BR>
  863. <DD>
  864. If <EM>boolean</EM> is specified, then it must have one of the true or
  865. false values accepted by Tcl_GetBoolean.
  866. If the value is a true one then internal consistency checks will be
  867. turned on in the B-tree code associated with text widgets.
  868. If <EM>boolean</EM> has a false value then the debugging checks will
  869. be turned off.
  870. In either case the command returns an empty string.
  871. If <EM>boolean</EM> is not specified then the command returns <STRONG>on</STRONG>
  872. or <STRONG>off</STRONG> to indicate whether or not debugging is turned on.
  873. There is a single debugging switch shared by all text widgets:  turning
  874. debugging on or off in any widget turns it on or off for all widgets.
  875. For widgets with large amounts of text, the consistency checks may
  876. cause a noticeable slow-down.
  877. <P></P>
  878. <DT><STRONG><A NAME="item_delete"><EM>$text</EM>-><STRONG>delete</STRONG>(<EM>index1, </EM>?<EM>index2</EM>?)</A></STRONG><BR>
  879. <DD>
  880. Delete a range of characters from the text.
  881. If both <EM>index1</EM> and <EM>index2</EM> are specified, then delete
  882. all the characters starting with the one given by <EM>index1</EM>
  883. and stopping just before <EM>index2</EM> (i.e. the character at
  884. <EM>index2</EM> is not deleted).
  885. If <EM>index2</EM> doesn't specify a position later in the text
  886. than <EM>index1</EM> then no characters are deleted.
  887. If <EM>index2</EM> isn't specified then the single character at
  888. <EM>index1</EM> is deleted.
  889. It is not allowable to delete characters in a way that would leave
  890. the text without a newline as the last character.
  891. The command returns an empty string.
  892. <P></P>
  893. <DT><STRONG><A NAME="item_dlineinfo"><EM>$text</EM>-><STRONG>dlineinfo</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  894. <DD>
  895. Returns a list with five elements describing the area occupied
  896. by the display line containing <EM>index</EM>.
  897. The first two elements of the list give the x and y coordinates
  898. of the upper-left corner of the area occupied by the
  899. line, the third and fourth elements give the width and height
  900. of the area, and the fifth element gives the position of the baseline
  901. for the line, measured down from the top of the area.
  902. All of this information is measured in pixels.
  903. If the current wrap mode is <STRONG>none</STRONG> and the line extends beyond
  904. the boundaries of the window,
  905. the area returned reflects the entire area of the line, including the
  906. portions that are out of the window.
  907. If the line is shorter than the full width of the window then the
  908. area returned reflects just the portion of the line that is occupied
  909. by characters and embedded windows.
  910. If the display line containing <EM>index</EM> is not visible on
  911. the screen then the return value is an empty list.
  912. <P></P>
  913. <DT><STRONG><A NAME="item_dump"><EM>$text</EM>-><STRONG>dump</STRONG>(?<EM>switches</EM>?, <EM>index1, </EM>?<EM>index2</EM>?)</A></STRONG><BR>
  914. <DD>
  915. Return the contents of the text widget from <EM>index1</EM> up to,
  916. but not including <EM>index2</EM>,
  917. including the text and
  918. information about marks, tags, and embedded windows.
  919. If <EM>index2</EM> is not specified, then it defaults to
  920. one character past <EM>index1</EM>.  The information is returned
  921. in the following format:
  922. <P><EM>key1 value1 index1 key2 value2 index2</EM> ...</P>
  923. <P></P></DL>
  924. <P>The possible <EM>key</EM> values are <STRONG>text</STRONG>, <STRONG>mark</STRONG>,
  925. <STRONG>tagon</STRONG>, <STRONG>tagoff</STRONG>, and <EM>$text</EM>.  The corresponding
  926. <EM>value</EM> is the text, mark name, tag name, or window name.
  927. The <EM>index</EM> information is the index of the
  928. start of the text, the mark, the tag transition, or the window.
  929. One or more of the following switches (or abbreviations thereof)
  930. may be specified to control the dump:</P>
  931. <DL>
  932. <DT><STRONG><A NAME="item_%2Dall"><STRONG>-all</STRONG></A></STRONG><BR>
  933. <DD>
  934. Return information about all elements: text, marks, tags, and windows.
  935. This is the default.
  936. <P></P>
  937. <DT><STRONG><A NAME="item_%2Dcommand_%3D%3E_callback"><STRONG>-command</STRONG> => <EM>callback</EM></A></STRONG><BR>
  938. <DD>
  939. Instead of returning the information as the result of the dump operation,
  940. invoke the <EM>callback</EM> on each element of the text widget within the range.
  941. The callback has three arguments appended to it before it is evaluated:
  942. the <EM>key</EM>, <EM>value</EM>, and <EM>index</EM>.
  943. <P></P>
  944. <DT><STRONG><A NAME="item_%2Dmark"><STRONG>-mark</STRONG></A></STRONG><BR>
  945. <DD>
  946. Include information about marks in the dump results.
  947. <P></P>
  948. <DT><STRONG><A NAME="item_%2Dtag"><STRONG>-tag</STRONG></A></STRONG><BR>
  949. <DD>
  950. Include information about tag transitions in the dump results. Tag information is
  951. returned as <STRONG>tagon</STRONG> and <STRONG>tagoff</STRONG> elements that indicate the
  952. begin and end of each range of each tag, respectively.
  953. <P></P>
  954. <DT><STRONG><A NAME="item_%2Dtext"><STRONG>-text</STRONG></A></STRONG><BR>
  955. <DD>
  956. Include information about text in the dump results.  The value is the
  957. text up to the next element or the end of range indicated by <EM>index2</EM>.
  958. A text element does not span newlines.  A multi-line block of text that
  959. contains no marks or tag transitions will still be dumped as a set
  960. of text seqments that each end with a newline.  The newline is part
  961. of the value.
  962. <P></P>
  963. <DT><STRONG><A NAME="item_%2Dwindow"><STRONG>-window</STRONG></A></STRONG><BR>
  964. <DD>
  965. Include information about embedded windows in the dump results.
  966. The value of a window is its Tk pathname, unless the window
  967. has not been created yet.  (It must have a create script.)
  968. In this case an empty string is returned, and you must query the
  969. window by its index position to get more information.
  970. <P></P>
  971. <DT><STRONG><A NAME="item_get"><EM>$text</EM>-><STRONG>get</STRONG>(<EM>index1, </EM>?<EM>index2</EM>?)</A></STRONG><BR>
  972. <DD>
  973. Return a range of characters from the text.
  974. The return value will be all the characters in the text starting
  975. with the one whose index is <EM>index1</EM> and ending just before
  976. the one whose index is <EM>index2</EM> (the character at <EM>index2</EM>
  977. will not be returned).
  978. If <EM>index2</EM> is omitted then the single character at <EM>index1</EM>
  979. is returned.
  980. If there are no characters in the specified range (e.g. <EM>index1</EM>
  981. is past the end of the file or <EM>index2</EM> is less than or equal
  982. to <EM>index1</EM>) then an empty string is returned.
  983. If the specified range contains embedded windows, no information
  984. about them is included in the returned string.
  985. <P></P>
  986. <DT><STRONG><A NAME="item_image"><EM>$text</EM>-><STRONG>image</STRONG>(<EM>option</EM>, ?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  987. <DD>
  988. <DT><STRONG><A NAME="item_imageOption"><EM>$text</EM>-><STRONG>image</STRONG><EM>Option</EM>(?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  989. <DD>
  990. This method is used to manipulate embedded images.
  991. The behavior of the method depends on the <EM>option</EM> argument
  992. that follows the <STRONG>image</STRONG> prefix.
  993. The following forms of the methods are currently supported:
  994. <DL>
  995. <DT><STRONG><A NAME="item_imageCget"><EM>$text</EM>-><STRONG>imageCget</STRONG>(<EM>index, option</EM>)</A></STRONG><BR>
  996. <DD>
  997. Returns the value of a configuration option for an embedded image.
  998. <EM>Index</EM> identifies the embedded image, and <EM>option</EM>
  999. specifies a particular configuration option, which must be one of
  1000. the ones listed in <A HREF="#embedded images">EMBEDDED IMAGES</A>.
  1001. <P></P>
  1002. <DT><STRONG><A NAME="item_imageConfigure"><EM>$text</EM>-><STRONG>imageConfigure</STRONG>(<EM>index, </EM>?<EM>option, value, ...</EM>?)</A></STRONG><BR>
  1003. <DD>
  1004. Query or modify the configuration options for an embedded image.
  1005. If no <EM>option</EM> is specified, returns a list describing all of
  1006. the available options for the embedded image at <EM>index</EM>
  1007. (see <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for information on the format of this list).
  1008. If <EM>option</EM> is specified with no <EM>value</EM>, then the command
  1009. returns a list describing the one named option (this list will be
  1010. identical to the corresponding sublist of the value returned if no
  1011. <EM>option</EM> is specified).
  1012. If one or more <EM>option-value</EM> pairs are specified, then the command
  1013. modifies the given <CODE>option(s)</CODE> to have the given value(s);  in
  1014. this case the command returns an empty string.
  1015. See <A HREF="#embedded images">EMBEDDED IMAGES</A> for information on the options that
  1016. are supported.
  1017. <P></P>
  1018. <DT><STRONG><A NAME="item_imageCreate"><EM>$text</EM>-><STRONG>imageCreate</STRONG>(<EM>index, </EM>?<EM>option, value, ...</EM>?)</A></STRONG><BR>
  1019. <DD>
  1020. This command creates a new image annotation, which will appear
  1021. in the text at the position given by <EM>index</EM>.
  1022. Any number of <EM>option-value</EM> pairs may be specified to
  1023. configure the annotation.
  1024. Returns a unique identifier that may be used as an index to refer to
  1025. this image.
  1026. See <A HREF="#embedded images">EMBEDDED IMAGES</A> for information on the options that
  1027. are supported, and a description of the identifier returned.
  1028. <P></P>
  1029. <DT><STRONG><A NAME="item_imageNames"><EM>$text</EM>-><STRONG>imageNames</STRONG></A></STRONG><BR>
  1030. <DD>
  1031. Returns a list whose elements are the names of all image instances currently
  1032. embedded in $text.
  1033. <P></P></DL>
  1034. <DT><STRONG><A NAME="item_index"><EM>$text</EM>-><STRONG>index</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  1035. <DD>
  1036. Returns the position corresponding to <EM>index</EM> in the form
  1037. <EM>line.char</EM> where <EM>line</EM> is the line number and <EM>char</EM>
  1038. is the character number.
  1039. <EM>Index</EM> may have any of the forms described under <A HREF="#indices">INDICES</A> above.
  1040. <P></P>
  1041. <DT><STRONG><A NAME="item_insert"><EM>$text</EM>-><STRONG>insert</STRONG>(<EM>index, chars, </EM>?<EM>tagList, chars, tagList, ...</EM>?)</A></STRONG><BR>
  1042. <DD>
  1043. Inserts all of the <EM>chars</EM> arguments just before the character at
  1044. <EM>index</EM>.
  1045. If <EM>index</EM> refers to the end of the text (the character after
  1046. the last newline) then the new text is inserted just before the
  1047. last newline instead.
  1048. If there is a single <EM>chars</EM> argument and no <EM>tagList</EM>, then
  1049. the new text will receive any tags that are present on both the
  1050. character before and the character after the insertion point; if a tag
  1051. is present on only one of these characters then it will not be
  1052. applied to the new text.
  1053. If <EM>tagList</EM> is specified then it consists of a list of
  1054. tag names;  the new characters will receive all of the tags in
  1055. this list and no others, regardless of the tags present around
  1056. the insertion point.
  1057. If multiple <EM>chars</EM>-<EM>tagList</EM> argument pairs are present,
  1058. they produce the same effect as if a separate <STRONG>insert</STRONG> widget
  1059. command had been issued for each pair, in order.
  1060. The last <EM>tagList</EM> argument may be omitted.
  1061. <P></P>
  1062. <DT><STRONG><EM>$text</EM>-><STRONG>mark</STRONG>(<EM>option, </EM>?<EM>arg, arg, ...</EM>?)</STRONG><BR>
  1063. <DD>
  1064. This command is used to manipulate marks.  The exact behavior of
  1065. the command depends on the <EM>option</EM> argument that follows
  1066. the <STRONG>mark</STRONG> argument.  The following forms of the command
  1067. are currently supported:
  1068. <DL>
  1069. <DT><STRONG><A NAME="item_markGravity"><EM>$text</EM>-><STRONG>markGravity</STRONG>(<EM>markName, </EM>?<EM>direction</EM>?)</A></STRONG><BR>
  1070. <DD>
  1071. If <EM>direction</EM> is not specified, returns <STRONG>left</STRONG> or <STRONG>right</STRONG>
  1072. to indicate which of its adjacent characters <EM>markName</EM> is attached
  1073. to.
  1074. If <EM>direction</EM> is specified, it must be <STRONG>left</STRONG> or <STRONG>right</STRONG>;
  1075. the gravity of <EM>markName</EM> is set to the given value.
  1076. <P></P>
  1077. <DT><STRONG><A NAME="item_markNames"><EM>$text</EM>-><STRONG>markNames</STRONG></A></STRONG><BR>
  1078. <DD>
  1079. Returns a list whose elements are the names of all the marks that
  1080. are currently set.
  1081. <P></P>
  1082. <DT><STRONG><A NAME="item_markNext"><EM>$text</EM>-><STRONG>markNext</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  1083. <DD>
  1084. Returns the name of the next mark at or after <EM>index</EM>.
  1085. If <EM>index</EM> is specified in numerical form, then the search for
  1086. the next mark begins at that index.
  1087. If <EM>index</EM> is the name of a mark, then the search for
  1088. the next mark begins immediately after that mark.
  1089. This can still return a mark at the same position if
  1090. there are multiple marks at the same index.
  1091. These semantics mean that the <STRONG>mark next</STRONG> operation can be used to
  1092. step through all the marks in a text widget in the same order
  1093. as the mark information returned by the <STRONG>dump</STRONG> operation.
  1094. If a mark has been set to the special <STRONG>end</STRONG> index,
  1095. then it appears to be <EM>after</EM> <STRONG>end</STRONG> with respect to the <STRONG>mark next</STRONG> operation.
  1096. An empty string is returned if there are no marks after <EM>index</EM>.
  1097. <P></P>
  1098. <DT><STRONG><A NAME="item_markPrevious"><EM>$text</EM>-><STRONG>markPrevious</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  1099. <DD>
  1100. Returns the name of the mark at or before <EM>index</EM>.
  1101. If <EM>index</EM> is specified in numerical form, then the search for
  1102. the previous mark begins with the character just before that index.
  1103. If <EM>index</EM> is the name of a mark, then the search for
  1104. the next mark begins immediately before that mark.
  1105. This can still return a mark at the same position if
  1106. there are multiple marks at the same index.
  1107. These semantics mean that the <STRONG>mark previous</STRONG> operation can be used to
  1108. step through all the marks in a text widget in the reverse order
  1109. as the mark information returned by the <STRONG>dump</STRONG> operation.
  1110. An empty string is returned if there are no marks before <EM>index</EM>.
  1111. <P></P>
  1112. <DT><STRONG><A NAME="item_markSet"><EM>$text</EM>-><STRONG>markSet</STRONG>(<EM>markName, index</EM>)</A></STRONG><BR>
  1113. <DD>
  1114. Sets the mark named <EM>markName</EM> to a position just before the
  1115. character at <EM>index</EM>.
  1116. If <EM>markName</EM> already exists, it is moved from its old position;
  1117. if it doesn't exist, a new mark is created.
  1118. This command returns an empty string.
  1119. <P></P>
  1120. <DT><STRONG><A NAME="item_markUnset"><EM>$text</EM>-><STRONG>markUnset</STRONG>(<EM>markName</EM>?, <EM>markName, markName, ...</EM>?)</A></STRONG><BR>
  1121. <DD>
  1122. Remove the mark corresponding to each of the <EM>markName</EM> arguments.
  1123. The removed marks will not be usable in indices and will not be
  1124. returned by future calls to ``<EM>$text</EM>-><STRONG>markNames</STRONG>''.
  1125. This command returns an empty string.
  1126. <P></P></DL>
  1127. <DT><STRONG><A NAME="item_scan"><EM>$text</EM>-><STRONG>scan</STRONG>(<EM>option</EM>, <EM>args</EM>) or</A></STRONG><BR>
  1128. <DD>
  1129. <DT><STRONG><A NAME="item_scanoption"><EM>$text</EM>-><STRONG>scan</STRONG><EM>option</EM>(<EM>args</EM>)</A></STRONG><BR>
  1130. <DD>
  1131. This method is used to implement scanning on texts.  It has
  1132. two forms, depending on <EM>option</EM>:
  1133. <DL>
  1134. <DT><STRONG><A NAME="item_scanMark"><EM>$text</EM>-><STRONG>scanMark</STRONG>(<EM>x, y</EM>)</A></STRONG><BR>
  1135. <DD>
  1136. Records <EM>x</EM> and <EM>y</EM> and the current view in the text window,
  1137. for use in conjunction with later <STRONG>scanDragto</STRONG> method.
  1138. Typically this method is associated with a mouse button press in
  1139. the widget.  It returns an empty string.
  1140. <P></P>
  1141. <DT><STRONG><A NAME="item_scanDragto"><EM>$text</EM>-><STRONG>scanDragto</STRONG>(<EM>x, y</EM>)</A></STRONG><BR>
  1142. <DD>
  1143. This command computes the difference between its <EM>x</EM> and <EM>y</EM>
  1144. arguments and the <EM>x</EM> and <EM>y</EM> arguments to the last
  1145. <STRONG>scanMark</STRONG> method for the widget.
  1146. It then adjusts the view by 10 times the difference in coordinates.
  1147. This command is typically associated
  1148. with mouse motion events in the widget, to produce the effect of
  1149. dragging the text at high speed through the window.  The return
  1150. value is an empty string.
  1151. <P></P></DL>
  1152. <DT><STRONG><A NAME="item_search"><EM>$text</EM>-><STRONG>search</STRONG>(?<EM>switches</EM>,? <EM>pattern, index, </EM>?<EM>stopIndex</EM>?)</A></STRONG><BR>
  1153. <DD>
  1154. Searches the text in <EM>$text</EM> starting at <EM>index</EM> for a range
  1155. of characters that matches <EM>pattern</EM>.
  1156. If a match is found, the index of the first character in the match is
  1157. returned as result;  otherwise an empty string is returned.
  1158. One or more of the following switches (or abbreviations thereof)
  1159. may be specified to control the search:
  1160. <DL>
  1161. <DT><STRONG><A NAME="item_%2Dforwards"><STRONG>-forwards</STRONG></A></STRONG><BR>
  1162. <DD>
  1163. The search will proceed forward through the text, finding the first
  1164. matching range starting at or after the position given by <EM>index</EM>.
  1165. This is the default.
  1166. <P></P>
  1167. <DT><STRONG><A NAME="item_%2Dbackwards"><STRONG>-backwards</STRONG></A></STRONG><BR>
  1168. <DD>
  1169. The search will proceed backward through the text, finding the
  1170. matching range closest to <EM>index</EM> whose first character
  1171. is before <EM>index</EM>.
  1172. <P></P>
  1173. <DT><STRONG><A NAME="item_%2Dexact"><STRONG>-exact</STRONG></A></STRONG><BR>
  1174. <DD>
  1175. Use exact matching:  the characters in the matching range must be
  1176. identical to those in <EM>pattern</EM>.
  1177. This is the default.
  1178. <P></P>
  1179. <DT><STRONG><A NAME="item_%2Dregexp"><STRONG>-regexp</STRONG></A></STRONG><BR>
  1180. <DD>
  1181. Treat <EM>pattern</EM> as a regular expression and match it against
  1182. the text using the rules for regular expressions (see the <STRONG>regexp</STRONG>
  1183. command for details).
  1184. <P></P>
  1185. <DT><STRONG><A NAME="item_%2Dnocase"><STRONG>-nocase</STRONG></A></STRONG><BR>
  1186. <DD>
  1187. Ignore case differences between the pattern and the text.
  1188. <P></P>
  1189. <DT><STRONG><A NAME="item_%2Dcount_varName"><STRONG>-count</STRONG><EM> varName</EM></A></STRONG><BR>
  1190. <DD>
  1191. The argument following <STRONG>-count</STRONG> gives the name of a variable;
  1192. if a match is found, the number of characters in the matching
  1193. range will be stored in the variable.
  1194. <P></P>
  1195. <DT><STRONG><A NAME="item_%2Dhidden"><STRONG>-hidden</STRONG></A></STRONG><BR>
  1196. <DD>
  1197. Find hidden text as well. By default only displayed text is found.
  1198. <P></P>
  1199. <DT><STRONG><A NAME="item_%2D%2D"><STRONG>--</STRONG></A></STRONG><BR>
  1200. <DD>
  1201. This switch has no effect except to terminate the list of switches:
  1202. the next argument will be treated as <EM>pattern</EM> even if it starts
  1203. with <STRONG>-</STRONG>.
  1204. <P></P></DL>
  1205. </DL>
  1206. <P>The matching range must be entirely within a single line of text.
  1207. For regular expression matching the newlines are removed from the ends
  1208. of the lines before matching:  use the <STRONG>$</STRONG> feature in regular
  1209. expressions to match the end of a line.
  1210. For exact matching the newlines are retained.
  1211. If <EM>stopIndex</EM> is specified, the search stops at that index:
  1212. for forward searches, no match at or after <EM>stopIndex</EM> will
  1213. be considered;  for backward searches, no match earlier in the
  1214. text than <EM>stopIndex</EM> will be considered.
  1215. If <EM>stopIndex</EM> is omitted, the entire text will be searched:
  1216. when the beginning or end of the text is reached, the search
  1217. continues at the other end until the starting location is reached
  1218. again;  if <EM>stopIndex</EM> is specified, no wrap-around will occur.</P>
  1219. <DL>
  1220. <DT><STRONG><A NAME="item_see"><EM>$text</EM>-><STRONG>see</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  1221. <DD>
  1222. Adjusts the view in the window so that the character given by <EM>index</EM>
  1223. is completely visible.
  1224. If <EM>index</EM> is already visible then the command does nothing.
  1225. If <EM>index</EM> is a short distance out of view, the command
  1226. adjusts the view just enough to make <EM>index</EM> visible at the
  1227. edge of the window.
  1228. If <EM>index</EM> is far out of view, then the command centers
  1229. <EM>index</EM> in the window.
  1230. <P></P>
  1231. <DT><STRONG><A NAME="item_tag"><EM>$text</EM>-><STRONG>tag</STRONG>(<EM>option, </EM>?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  1232. <DD>
  1233. This command is used to manipulate tags.  The exact behavior of the
  1234. command depends on the <EM>option</EM> argument that follows the
  1235. <STRONG>tag</STRONG> argument.  The following forms of the command are currently
  1236. supported:
  1237. <DL>
  1238. <DT><STRONG><A NAME="item_tagAdd"><EM>$text</EM>-><STRONG>tagAdd</STRONG>(<EM>tagName, index1, </EM>?<EM>index2, index1, index2, ...</EM>?)</A></STRONG><BR>
  1239. <DD>
  1240. Associate the tag <EM>tagName</EM> with all of the characters starting
  1241. with <EM>index1</EM> and ending just before
  1242. <EM>index2</EM> (the character at <EM>index2</EM> isn't tagged).
  1243. A single command may contain any number of <EM>index1</EM>-<EM>index2</EM>
  1244. pairs.
  1245. If the last <EM>index2</EM> is omitted then the single character at
  1246. <EM>index1</EM> is tagged.
  1247. If there are no characters in the specified range (e.g. <EM>index1</EM>
  1248. is past the end of the file or <EM>index2</EM> is less than or equal
  1249. to <EM>index1</EM>) then the command has no effect.
  1250. <P></P>
  1251. <DT><STRONG><A NAME="item_tagBind"><EM>$text</EM>-><STRONG>tagBind</STRONG>(<EM>tagName, </EM>?<EM>sequence</EM>?, ?<EM>script</EM>?)</A></STRONG><BR>
  1252. <DD>
  1253. This command associates <EM>script</EM> with the tag given by
  1254. <EM>tagName</EM>.
  1255. Whenever the event sequence given by <EM>sequence</EM> occurs for a
  1256. character that has been tagged with <EM>tagName</EM>,
  1257. the script will be invoked.
  1258. This method is similar to the <STRONG>bind</STRONG> command except that
  1259. it operates on characters in a text rather than entire widgets.
  1260. See the <A HREF="../../../site/lib/Tk/bind.html">the Tk::bind manpage</A> documentation for complete details
  1261. on the syntax of <EM>sequence</EM> and the substitutions performed
  1262. on <EM>script</EM> before invoking it.
  1263. If all arguments are specified then a new binding is created, replacing
  1264. any existing binding for the same <EM>sequence</EM> and <EM>tagName</EM>
  1265. (if the first character of <EM>script</EM> is ``+'' then <EM>script</EM>
  1266. augments an existing binding rather than replacing it).
  1267. In this case the return value is an empty string.
  1268. If <EM>script</EM> is omitted then the command returns the <EM>script</EM>
  1269. associated with <EM>tagName</EM> and <EM>sequence</EM> (an error occurs
  1270. if there is no such binding).
  1271. If both <EM>script</EM> and <EM>sequence</EM> are omitted then the command
  1272. returns a list of all the sequences for which bindings have been
  1273. defined for <EM>tagName</EM>.
  1274. <P>The only events for which bindings may be specified are those related
  1275. to the mouse and keyboard (such as <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>,
  1276. <STRONG>ButtonPress</STRONG>, <STRONG>Motion</STRONG>, and <STRONG>KeyPress</STRONG>) or virtual events.
  1277. Event bindings for a text widget use the <STRONG>current</STRONG> mark described
  1278. under <A HREF="#marks">MARKS</A> above.  An <STRONG>Enter</STRONG> event triggers for a tag when the tag
  1279. first becomes present on the current character, and a <STRONG>Leave</STRONG> event
  1280. triggers for a tag when it ceases to be present on the current character.
  1281. <STRONG>Enter</STRONG> and <STRONG>Leave</STRONG> events can happen either because the
  1282. <STRONG>current</STRONG> mark moved or because the character at that position
  1283. changed.  Note that these events are different than <STRONG>Enter</STRONG> and
  1284. <STRONG>Leave</STRONG> events for windows.  Mouse and keyboard events are directed
  1285. to the current character.  If a virtual event is used in a binding, that
  1286. binding can trigger only if the virtual event is defined by an underlying
  1287. mouse-related or keyboard-related event.</P>
  1288. <P>It is possible for the current character to have multiple tags,
  1289. and for each of them to have a binding for a particular event
  1290. sequence.
  1291. When this occurs, one binding is invoked for each tag, in order
  1292. from lowest-priority to highest priority.
  1293. If there are multiple matching bindings for a single tag, then
  1294. the most specific binding is chosen (see the the documentation for
  1295. the <STRONG>bind</STRONG> command for details).
  1296. <STRONG>continue</STRONG> and <STRONG>break</STRONG> commands within binding scripts
  1297. are processed in the same way as for bindings created with
  1298. the <STRONG>bind</STRONG> command.</P>
  1299. <P>If bindings are created for the widget as a whole using the
  1300. <STRONG>bind</STRONG> command, then those bindings will supplement the
  1301. tag bindings.
  1302. The tag bindings will be invoked first, followed by bindings
  1303. for the window as a whole.</P>
  1304. <P></P>
  1305. <DT><STRONG><A NAME="item_tagCget"><EM>$text</EM>-><STRONG>tagCget</STRONG>(<EM>tagName, option</EM>)</A></STRONG><BR>
  1306. <DD>
  1307. This command returns the current value of the option named <EM>option</EM>
  1308. associated with the tag given by <EM>tagName</EM>.
  1309. <EM>Option</EM> may have any of the values accepted by the <STRONG>tag configure</STRONG>
  1310. method.
  1311. <P></P>
  1312. <DT><STRONG><A NAME="item_tagConfigure"><EM>$text</EM>-><STRONG>tagConfigure</STRONG>(<EM>tagName, </EM>?<EM>option</EM>?, ?<EM>value</EM>?, ?<EM>option, value, ...</EM>?)</A></STRONG><BR>
  1313. <DD>
  1314. This command is similar to the <STRONG>configure</STRONG> method except
  1315. that it modifies options associated with the tag given by <EM>tagName</EM>
  1316. instead of modifying options for the overall text widget.
  1317. If no <EM>option</EM> is specified, the command returns a list describing
  1318. all of the available options for <EM>tagName</EM>
  1319. (see <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for information on the format of this list).
  1320. If <EM>option</EM> is specified with no <EM>value</EM>, then the command returns
  1321. a list describing the one named option (this list will be identical to
  1322. the corresponding sublist of the value returned if no <EM>option</EM>
  1323. is specified).
  1324. If one or more <EM>option-value</EM> pairs are specified, then the command
  1325. modifies the given <CODE>option(s)</CODE> to have the given <CODE>value(s)</CODE> in <EM>tagName</EM>;
  1326. in this case the command returns an empty string.
  1327. See <A HREF="#tags">TAGS</A> above for details on the options available for tags.
  1328. <P></P>
  1329. <DT><STRONG><A NAME="item_tagDelete"><EM>$text</EM>-><STRONG>tagDelete</STRONG>(<EM>tagName, </EM>?<EM>tagName, ...</EM>?)</A></STRONG><BR>
  1330. <DD>
  1331. Deletes all tag information for each of the <EM>tagName</EM>
  1332. arguments.
  1333. The command removes the tags from all characters in the file
  1334. and also deletes any other information associated with the tags,
  1335. such as bindings and display information.
  1336. The command returns an empty string.
  1337. <P></P>
  1338. <DT><STRONG><A NAME="item_tagLower"><EM>$text</EM>-><STRONG>tagLower</STRONG>(<EM>tagName</EM>?, <EM>belowThis</EM>?)</A></STRONG><BR>
  1339. <DD>
  1340. Changes the priority of tag <EM>tagName</EM> so that it is just lower
  1341. in priority than the tag whose name is <EM>belowThis</EM>.
  1342. If <EM>belowThis</EM> is omitted, then <EM>tagName</EM>'s priority
  1343. is changed to make it lowest priority of all tags.
  1344. <P></P>
  1345. <DT><STRONG><A NAME="item_tagNames"><EM>$text</EM>-><STRONG>tagNames</STRONG>(?<EM>index</EM>?)</A></STRONG><BR>
  1346. <DD>
  1347. Returns a list whose elements are the names of all the tags that
  1348. are active at the character position given by <EM>index</EM>.
  1349. If <EM>index</EM> is omitted, then the return value will describe
  1350. all of the tags that exist for the text (this includes all tags
  1351. that have been named in a ``<EM>$text</EM>-><STRONG>tag</STRONG>'' widget
  1352. command but haven't been deleted by a ``<EM>$text</EM>-><STRONG>tagDelete</STRONG>''
  1353. method, even if no characters are currently marked with
  1354. the tag).
  1355. The list will be sorted in order from lowest priority to highest
  1356. priority.
  1357. <P></P>
  1358. <DT><STRONG><A NAME="item_tagNextrange"><EM>$text</EM>-><STRONG>tagNextrange</STRONG>(<EM>tagName, index1, </EM>?<EM>index2</EM>?)</A></STRONG><BR>
  1359. <DD>
  1360. This command searches the text for a range of characters tagged
  1361. with <EM>tagName</EM> where the first character of the range is
  1362. no earlier than the character at <EM>index1</EM> and no later than
  1363. the character just before <EM>index2</EM> (a range starting at
  1364. <EM>index2</EM> will not be considered).
  1365. If several matching ranges exist, the first one is chosen.
  1366. The command's return value is a list containing
  1367. two elements, which are the index of the first character of the
  1368. range and the index of the character just after the last one in
  1369. the range.
  1370. If no matching range is found then the return value is an
  1371. empty string.
  1372. If <EM>index2</EM> is not given then it defaults to the end of the text.
  1373. <P></P>
  1374. <DT><STRONG><A NAME="item_tagPrevrange"><EM>$text</EM>-><STRONG>tagPrevrange</STRONG>(<EM>tagName, index1, </EM>?<EM>index2</EM>?)</A></STRONG><BR>
  1375. <DD>
  1376. This command searches the text for a range of characters tagged
  1377. with <EM>tagName</EM> where the first character of the range is
  1378. before the character at <EM>index1</EM> and no earlier than
  1379. the character at <EM>index2</EM> (a range starting at
  1380. <EM>index2</EM> will be considered).
  1381. If several matching ranges exist, the one closest to <EM>index1</EM> is chosen.
  1382. The command's return value is a list containing
  1383. two elements, which are the index of the first character of the
  1384. range and the index of the character just after the last one in
  1385. the range.
  1386. If no matching range is found then the return value is an
  1387. empty string.
  1388. If <EM>index2</EM> is not given then it defaults to the beginning of the text.
  1389. <P></P>
  1390. <DT><STRONG><A NAME="item_tagRaise"><EM>$text</EM>-><STRONG>tagRaise</STRONG>(<EM>tagName, </EM>?<EM>aboveThis</EM>?)</A></STRONG><BR>
  1391. <DD>
  1392. Changes the priority of tag <EM>tagName</EM> so that it is just higher
  1393. in priority than the tag whose name is <EM>aboveThis</EM>.
  1394. If <EM>aboveThis</EM> is omitted, then <EM>tagName</EM>'s priority
  1395. is changed to make it highest priority of all tags.
  1396. <P></P>
  1397. <DT><STRONG><A NAME="item_tagRanges"><EM>$text</EM>-><STRONG>tagRanges</STRONG>(<EM>tagName</EM>)</A></STRONG><BR>
  1398. <DD>
  1399. Returns a list describing all of the ranges of text that have been
  1400. tagged with <EM>tagName</EM>.
  1401. The first two elements of the list describe the first tagged range
  1402. in the text, the next two elements describe the second range, and
  1403. so on.
  1404. The first element of each pair contains the index of the first
  1405. character of the range, and the second element of the pair contains
  1406. the index of the character just after the last one in the
  1407. range.
  1408. If there are no characters tagged with <EM>tag</EM> then an
  1409. empty string is returned.
  1410. <P></P>
  1411. <DT><STRONG><A NAME="item_tagRemove"><EM>$text</EM>-><STRONG>tagRemove</STRONG>(<EM>tagName, index1, </EM>?<EM>index2, index1, index2, ...</EM>?)</A></STRONG><BR>
  1412. <DD>
  1413. Remove the tag <EM>tagName</EM> from all of the characters starting
  1414. at <EM>index1</EM> and ending just before
  1415. <EM>index2</EM> (the character at <EM>index2</EM> isn't affected).
  1416. A single command may contain any number of <EM>index1</EM>-<EM>index2</EM>
  1417. pairs.
  1418. If the last <EM>index2</EM> is omitted then the single character at
  1419. <EM>index1</EM> is tagged.
  1420. If there are no characters in the specified range (e.g. <EM>index1</EM>
  1421. is past the end of the file or <EM>index2</EM> is less than or equal
  1422. to <EM>index1</EM>) then the command has no effect.
  1423. This command returns an empty string.
  1424. <P></P></DL>
  1425. <DT><STRONG><A NAME="item_widget"><EM>$text</EM>-><STRONG>widget</STRONG>(<EM>option?, arg, arg, ...</EM>?)</A></STRONG><BR>
  1426. <DD>
  1427. <DT><STRONG><A NAME="item_widgetOption"><EM>$text</EM>-><STRONG>widget</STRONG><EM>Option</EM>(?<EM>arg, arg, ...</EM>?)</A></STRONG><BR>
  1428. <DD>
  1429. This method is used to manipulate embedded windows.
  1430. The behavior of the method depends on the <EM>option</EM> argument
  1431. that follows the <STRONG>window</STRONG> argument.
  1432. The following forms of the method are currently supported:
  1433. <DL>
  1434. <DT><STRONG><A NAME="item_windowCget"><EM>$text</EM>-><STRONG>windowCget</STRONG>(<EM>index, option</EM>)</A></STRONG><BR>
  1435. <DD>
  1436. Returns the value of a configuration option for an embedded window.
  1437. <EM>Index</EM> identifies the embedded window, and <EM>option</EM>
  1438. specifies a particular configuration option, which must be one of
  1439. the ones listed in <A HREF="#embedded windows">EMBEDDED WINDOWS</A> above.
  1440. <P></P>
  1441. <DT><STRONG><A NAME="item_windowConfigure"><EM>$text</EM>-><STRONG>windowConfigure</STRONG>(<EM>index</EM>?, <EM>option, value, ...</EM>?)</A></STRONG><BR>
  1442. <DD>
  1443. Query or modify the configuration options for an embedded window.
  1444. If no <EM>option</EM> is specified, returns a list describing all of
  1445. the available options for the embedded window at <EM>index</EM>
  1446. (see <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> for information on the format of this list).
  1447. If <EM>option</EM> is specified with no <EM>value</EM>, then the command
  1448. returns a list describing the one named option (this list will be
  1449. identical to the corresponding sublist of the value returned if no
  1450. <EM>option</EM> is specified).
  1451. If one or more <EM>option-value</EM> pairs are specified, then the command
  1452. modifies the given <CODE>option(s)</CODE> to have the given value(s);  in
  1453. this case the command returns an empty string.
  1454. See <A HREF="#embedded windows">EMBEDDED WINDOWS</A> above for information on the options that
  1455. are supported.
  1456. <P></P>
  1457. <DT><STRONG><A NAME="item_windowCreate"><EM>$text</EM>-><STRONG>windowCreate</STRONG>(<EM>index</EM>?, <EM>option, value, ...</EM>?)</A></STRONG><BR>
  1458. <DD>
  1459. This command creates a new window annotation, which will appear
  1460. in the text at the position given by <EM>index</EM>.
  1461. Any number of <EM>option-value</EM> pairs may be specified to
  1462. configure the annotation.
  1463. See <A HREF="#embedded windows">EMBEDDED WINDOWS</A> above for information on the options that
  1464. are supported.
  1465. Returns an empty string.
  1466. <P></P>
  1467. <DT><STRONG><A NAME="item_windowNames"><EM>$text</EM>-><STRONG>windowNames</STRONG></A></STRONG><BR>
  1468. <DD>
  1469. Returns a list whose elements are the names of all windows currently
  1470. embedded in $text.
  1471. <P></P></DL>
  1472. <DT><STRONG><A NAME="item_xview"><EM>$text</EM>-><STRONG>xview</STRONG>(<EM>option, args</EM>)</A></STRONG><BR>
  1473. <DD>
  1474. This command is used to query and change the horizontal position of the
  1475. text in the widget's window.  It can take any of the following
  1476. forms:
  1477. <DL>
  1478. <DT><STRONG><EM>$text</EM>-><STRONG>xview</STRONG></STRONG><BR>
  1479. <DD>
  1480. Returns a list containing two elements.
  1481. Each element is a real fraction between 0 and 1;  together they describe
  1482. the portion of the document's horizontal span that is visible in
  1483. the window.
  1484. For example, if the first element is .2 and the second element is .6,
  1485. 20% of the text is off-screen to the left, the middle 40% is visible
  1486. in the window, and 40% of the text is off-screen to the right.
  1487. The fractions refer only to the lines that are actually visible in the
  1488. window:  if the lines in the window are all very short, so that they
  1489. are entirely visible, the returned fractions will be 0 and 1,
  1490. even if there are other lines in the text that are
  1491. much wider than the window.
  1492. These are the same values passed to scrollbars via the <STRONG>-xscrollcommand</STRONG>
  1493. option.
  1494. <P></P>
  1495. <DT><STRONG><A NAME="item_xviewMoveto"><EM>$text</EM>-><STRONG>xviewMoveto</STRONG>(<EM>fraction</EM>)</A></STRONG><BR>
  1496. <DD>
  1497. Adjusts the view in the window so that <EM>fraction</EM> of the horizontal
  1498. span of the text is off-screen to the left.
  1499. <EM>Fraction</EM> is a fraction between 0 and 1.
  1500. <P></P>
  1501. <DT><STRONG><A NAME="item_xviewScroll"><EM>$text</EM>-><STRONG>xviewScroll</STRONG>(<EM>number, what</EM>)</A></STRONG><BR>
  1502. <DD>
  1503. This command shifts the view in the window left or right according to
  1504. <EM>number</EM> and <EM>what</EM>.
  1505. <EM>Number</EM> must be an integer.
  1506. <EM>What</EM> must be either <STRONG>units</STRONG> or <STRONG>pages</STRONG> or an abbreviation
  1507. of one of these.
  1508. If <EM>what</EM> is <STRONG>units</STRONG>, the view adjusts left or right by
  1509. <EM>number</EM> average-width characters on the display;  if it is
  1510. <STRONG>pages</STRONG> then the view adjusts by <EM>number</EM> screenfuls.
  1511. If <EM>number</EM> is negative then characters farther to the left
  1512. become visible;  if it is positive then characters farther to the right
  1513. become visible.
  1514. <P></P></DL>
  1515. <DT><STRONG><A NAME="item_yview"><EM>$text</EM>-><STRONG>yview</STRONG>(<EM>?args</EM>?)</A></STRONG><BR>
  1516. <DD>
  1517. This command is used to query and change the vertical position of the
  1518. text in the widget's window.
  1519. It can take any of the following forms:
  1520. <DL>
  1521. <DT><STRONG><EM>$text</EM>-><STRONG>yview</STRONG></STRONG><BR>
  1522. <DD>
  1523. Returns a list containing two elements, both of which are real fractions
  1524. between 0 and 1.
  1525. The first element gives the position of the first character in the
  1526. top line in the window, relative to the text as a whole (0.5 means
  1527. it is halfway through the text, for example).
  1528. The second element gives the position of the character just after
  1529. the last one in the bottom line of the window,
  1530. relative to the text as a whole.
  1531. These are the same values passed to scrollbars via the <STRONG>-yscrollcommand</STRONG>
  1532. option.
  1533. <P></P>
  1534. <DT><STRONG><A NAME="item_yviewMoveto"><EM>$text</EM>-><STRONG>yviewMoveto</STRONG>(<EM>fraction</EM>)</A></STRONG><BR>
  1535. <DD>
  1536. Adjusts the view in the window so that the character given by <EM>fraction</EM>
  1537. appears on the top line of the window.
  1538. <EM>Fraction</EM> is a fraction between 0 and 1;  0 indicates the first
  1539. character in the text, 0.33 indicates the character one-third the
  1540. way through the text, and so on.
  1541. <P></P>
  1542. <DT><STRONG><A NAME="item_yviewScroll"><EM>$text</EM>-><STRONG>yviewScroll</STRONG>(<EM>number, what</EM>)</A></STRONG><BR>
  1543. <DD>
  1544. This command adjust the view in the window up or down according to
  1545. <EM>number</EM> and <EM>what</EM>.
  1546. <EM>Number</EM> must be an integer.
  1547. <EM>What</EM> must be either <STRONG>units</STRONG> or <STRONG>pages</STRONG>.
  1548. If <EM>what</EM> is <STRONG>units</STRONG>, the view adjusts up or down by
  1549. <EM>number</EM> lines on the display;  if it is <STRONG>pages</STRONG> then
  1550. the view adjusts by <EM>number</EM> screenfuls.
  1551. If <EM>number</EM> is negative then earlier positions in the text
  1552. become visible;  if it is positive then later positions in the text
  1553. become visible.
  1554. <P></P>
  1555. <DT><STRONG><EM>$text</EM>-><STRONG>yview</STRONG>(?<STRONG>-pickplace</STRONG>,? <EM>index</EM>)</STRONG><BR>
  1556. <DD>
  1557. Changes the view in the <EM>$text</EM>'s window to make <EM>index</EM> visible.
  1558. If the <STRONG>-pickplace</STRONG> option isn't specified then <EM>index</EM> will
  1559. appear at the top of the window.
  1560. If <STRONG>-pickplace</STRONG> is specified then the widget chooses where
  1561. <EM>index</EM> appears in the window:
  1562. <DL>
  1563. <DT><STRONG>[1]</STRONG><BR>
  1564. <DD>
  1565. If <EM>index</EM> is already visible somewhere in the window then the
  1566. command does nothing.
  1567. <P></P>
  1568. <DT><STRONG>[2]</STRONG><BR>
  1569. <DD>
  1570. If <EM>index</EM> is only a few lines off-screen above the window then
  1571. it will be positioned at the top of the window.
  1572. <P></P>
  1573. <DT><STRONG>[3]</STRONG><BR>
  1574. <DD>
  1575. If <EM>index</EM> is only a few lines off-screen below the window then
  1576. it will be positioned at the bottom of the window.
  1577. <P></P>
  1578. <DT><STRONG><A NAME="item_%5B4%5D">[4]</A></STRONG><BR>
  1579. <DD>
  1580. Otherwise, <EM>index</EM> will be centered in the window.
  1581. <P></P></DL>
  1582. </DL>
  1583. </DL>
  1584. <P>The <STRONG>-pickplace</STRONG> option has been obsoleted by the <STRONG>see</STRONG> widget
  1585. command (<STRONG>see</STRONG> handles both x- and y-motion to make a location
  1586. visible, whereas <STRONG>-pickplace</STRONG> only handles motion in y).</P>
  1587. <DL>
  1588. <DT><STRONG><EM>$text</EM>-><STRONG>yview</STRONG>(<EM>number</EM>)</STRONG><BR>
  1589. <DD>
  1590. This command makes the first character on the line after
  1591. the one given by <EM>number</EM> visible at the top of the window.
  1592. <EM>Number</EM> must be an integer.
  1593. This command used to be used for scrolling, but now it is obsolete.
  1594. <P></P></DL>
  1595. <P>
  1596. <HR>
  1597. <H1><A NAME="bindings">BINDINGS</A></H1>
  1598. <P>Tk automatically creates class bindings for texts that give them
  1599. the following default behavior.
  1600. In the descriptions below, ``word'' refers to a contiguous group
  1601. of letters, digits, or ``_'' characters, or any single character
  1602. other than these.</P>
  1603. <DL>
  1604. <DT><STRONG>[1]</STRONG><BR>
  1605. <DD>
  1606. Clicking mouse button 1 positions the insertion cursor
  1607. just before the character underneath the mouse cursor, sets the
  1608. input focus to this widget, and clears any selection in the widget.
  1609. Dragging with mouse button 1 strokes out a selection between
  1610. the insertion cursor and the character under the mouse.
  1611. <P></P>
  1612. <DT><STRONG>[2]</STRONG><BR>
  1613. <DD>
  1614. Double-clicking with mouse button 1 selects the word under the mouse
  1615. and positions the insertion cursor at the beginning of the word.
  1616. Dragging after a double click will stroke out a selection consisting
  1617. of whole words.
  1618. <P></P>
  1619. <DT><STRONG>[3]</STRONG><BR>
  1620. <DD>
  1621. Triple-clicking with mouse button 1 selects the line under the mouse
  1622. and positions the insertion cursor at the beginning of the line.
  1623. Dragging after a triple click will stroke out a selection consisting
  1624. of whole lines.
  1625. <P></P>
  1626. <DT><STRONG>[4]</STRONG><BR>
  1627. <DD>
  1628. The ends of the selection can be adjusted by dragging with mouse
  1629. button 1 while the Shift key is down;  this will adjust the end
  1630. of the selection that was nearest to the mouse cursor when button
  1631. 1 was pressed.
  1632. If the button is double-clicked before dragging then the selection
  1633. will be adjusted in units of whole words;  if it is triple-clicked
  1634. then the selection will be adjusted in units of whole lines.
  1635. <P></P>
  1636. <DT><STRONG><A NAME="item_%5B5%5D">[5]</A></STRONG><BR>
  1637. <DD>
  1638. Clicking mouse button 1 with the Control key down will reposition the
  1639. insertion cursor without affecting the selection.
  1640. <P></P>
  1641. <DT><STRONG><A NAME="item_%5B6%5D">[6]</A></STRONG><BR>
  1642. <DD>
  1643. If any normal printing characters are typed, they are
  1644. inserted at the point of the insertion cursor.
  1645. <P></P>
  1646. <DT><STRONG><A NAME="item_%5B7%5D">[7]</A></STRONG><BR>
  1647. <DD>
  1648. The view in the widget can be adjusted by dragging with mouse button 2.
  1649. If mouse button 2 is clicked without moving the mouse, the selection
  1650. is copied into the text at the position of the mouse cursor.
  1651. The Insert key also inserts the selection, but at the position of
  1652. the insertion cursor.
  1653. <P></P>
  1654. <DT><STRONG><A NAME="item_%5B8%5D">[8]</A></STRONG><BR>
  1655. <DD>
  1656. If the mouse is dragged out of the widget
  1657. while button 1 is pressed, the entry will automatically scroll to
  1658. make more text visible (if there is more text off-screen on the side
  1659. where the mouse left the window).
  1660. <P></P>
  1661. <DT><STRONG><A NAME="item_%5B9%5D">[9]</A></STRONG><BR>
  1662. <DD>
  1663. The Left and Right keys move the insertion cursor one character to the
  1664. left or right;  they also clear any selection in the text.
  1665. If Left or Right is typed with the Shift key down, then the insertion
  1666. cursor moves and the selection is extended to include the new character.
  1667. Control-Left and Control-Right move the insertion cursor by words, and
  1668. Control-Shift-Left and Control-Shift-Right move the insertion cursor
  1669. by words and also extend the selection.
  1670. Control-b and Control-f behave the same as Left and Right, respectively.
  1671. Meta-b and Meta-f behave the same as Control-Left and Control-Right,
  1672. respectively.
  1673. <P></P>
  1674. <DT><STRONG><A NAME="item_%5B10%5D">[10]</A></STRONG><BR>
  1675. <DD>
  1676. The Up and Down keys move the insertion cursor one line up or
  1677. down and clear any selection in the text.
  1678. If Up or Right is typed with the Shift key down, then the insertion
  1679. cursor moves and the selection is extended to include the new character.
  1680. Control-Up and Control-Down move the insertion cursor by paragraphs (groups
  1681. of lines separated by blank lines), and
  1682. Control-Shift-Up and Control-Shift-Down move the insertion cursor
  1683. by paragraphs and also extend the selection.
  1684. Control-p and Control-n behave the same as Up and Down, respectively.
  1685. <P></P>
  1686. <DT><STRONG><A NAME="item_%5B11%5D">[11]</A></STRONG><BR>
  1687. <DD>
  1688. The Next and Prior keys move the insertion cursor forward or backwards
  1689. by one screenful and clear any selection in the text.
  1690. If the Shift key is held down while Next or Prior is typed, then
  1691. the selection is extended to include the new character.
  1692. Control-v moves the view down one screenful without moving the
  1693. insertion cursor or adjusting the selection.
  1694. <P></P>
  1695. <DT><STRONG><A NAME="item_%5B12%5D">[12]</A></STRONG><BR>
  1696. <DD>
  1697. Control-Next and Control-Prior scroll the view right or left by one page
  1698. without moving the insertion cursor or affecting the selection.
  1699. <P></P>
  1700. <DT><STRONG><A NAME="item_%5B13%5D">[13]</A></STRONG><BR>
  1701. <DD>
  1702. Home and Control-a move the insertion cursor to the
  1703. beginning of its line and clear any selection in the widget.
  1704. Shift-Home moves the insertion cursor to the beginning of the line
  1705. and also extends the selection to that point.
  1706. <P></P>
  1707. <DT><STRONG><A NAME="item_%5B14%5D">[14]</A></STRONG><BR>
  1708. <DD>
  1709. End and Control-e move the insertion cursor to the
  1710. end of the line and clear any selection in the widget.
  1711. Shift-End moves the cursor to the end of the line and extends the selection
  1712. to that point.
  1713. <P></P>
  1714. <DT><STRONG><A NAME="item_%5B15%5D">[15]</A></STRONG><BR>
  1715. <DD>
  1716. Control-Home and Meta-< move the insertion cursor to the beginning of
  1717. the text and clear any selection in the widget.
  1718. Control-Shift-Home moves the insertion cursor to the beginning of the text
  1719. and also extends the selection to that point.
  1720. <P></P>
  1721. <DT><STRONG><A NAME="item_%5B16%5D">[16]</A></STRONG><BR>
  1722. <DD>
  1723. Control-End and Meta-> move the insertion cursor to the end of the
  1724. text and clear any selection in the widget.
  1725. Control-Shift-End moves the cursor to the end of the text and extends
  1726. the selection to that point.
  1727. <P></P>
  1728. <DT><STRONG><A NAME="item_%5B17%5D">[17]</A></STRONG><BR>
  1729. <DD>
  1730. The Select key and Control-Space set the selection anchor to the position
  1731. of the insertion cursor.  They don't affect the current selection.
  1732. Shift-Select and Control-Shift-Space adjust the selection to the
  1733. current position of the insertion cursor, selecting from the anchor
  1734. to the insertion cursor if there was not any selection previously.
  1735. <P></P>
  1736. <DT><STRONG><A NAME="item_%5B18%5D">[18]</A></STRONG><BR>
  1737. <DD>
  1738. Control-/ selects the entire contents of the widget.
  1739. <P></P>
  1740. <DT><STRONG><A NAME="item_%5B19%5D">[19]</A></STRONG><BR>
  1741. <DD>
  1742. Control-\ clears any selection in the widget.
  1743. <P></P>
  1744. <DT><STRONG><A NAME="item_%5B20%5D">[20]</A></STRONG><BR>
  1745. <DD>
  1746. The F16 key (labelled Copy on many Sun workstations) or Meta-w
  1747. copies the selection in the widget to the clipboard, if there is a selection.
  1748. <P></P>
  1749. <DT><STRONG><A NAME="item_%5B21%5D">[21]</A></STRONG><BR>
  1750. <DD>
  1751. The F20 key (labelled Cut on many Sun workstations) or Control-w
  1752. copies the selection in the widget to the clipboard and deletes
  1753. the selection.
  1754. If there is no selection in the widget then these keys have no effect.
  1755. <P></P>
  1756. <DT><STRONG><A NAME="item_%5B22%5D">[22]</A></STRONG><BR>
  1757. <DD>
  1758. The F18 key (labelled Paste on many Sun workstations) or Control-y
  1759. inserts the contents of the clipboard at the position of the
  1760. insertion cursor.
  1761. <P></P>
  1762. <DT><STRONG><A NAME="item_%5B23%5D">[23]</A></STRONG><BR>
  1763. <DD>
  1764. The Delete key deletes the selection, if there is one in the widget.
  1765. If there is no selection, it deletes the character to the right of
  1766. the insertion cursor.
  1767. <P></P>
  1768. <DT><STRONG><A NAME="item_%5B24%5D">[24]</A></STRONG><BR>
  1769. <DD>
  1770. Backspace and Control-h delete the selection, if there is one
  1771. in the widget.
  1772. If there is no selection, they delete the character to the left of
  1773. the insertion cursor.
  1774. <P></P>
  1775. <DT><STRONG><A NAME="item_%5B25%5D">[25]</A></STRONG><BR>
  1776. <DD>
  1777. Control-d deletes the character to the right of the insertion cursor.
  1778. <P></P>
  1779. <DT><STRONG><A NAME="item_%5B26%5D">[26]</A></STRONG><BR>
  1780. <DD>
  1781. Meta-d deletes the word to the right of the insertion cursor.
  1782. <P></P>
  1783. <DT><STRONG><A NAME="item_%5B27%5D">[27]</A></STRONG><BR>
  1784. <DD>
  1785. Control-k deletes from the insertion cursor to the end of its line;
  1786. if the insertion cursor is already at the end of a line, then
  1787. Control-k deletes the newline character.
  1788. <P></P>
  1789. <DT><STRONG><A NAME="item_%5B28%5D">[28]</A></STRONG><BR>
  1790. <DD>
  1791. Control-o opens a new line by inserting a newline character in
  1792. front of the insertion cursor without moving the insertion cursor.
  1793. <P></P>
  1794. <DT><STRONG><A NAME="item_%5B29%5D">[29]</A></STRONG><BR>
  1795. <DD>
  1796. Meta-backspace and Meta-Delete delete the word to the left of the
  1797. insertion cursor.
  1798. <P></P>
  1799. <DT><STRONG><A NAME="item_%5B30%5D">[30]</A></STRONG><BR>
  1800. <DD>
  1801. Control-x deletes whatever is selected in the text widget.
  1802. <P></P>
  1803. <DT><STRONG><A NAME="item_%5B31%5D">[31]</A></STRONG><BR>
  1804. <DD>
  1805. Control-t reverses the order of the two characters to the right of
  1806. the insertion cursor.
  1807. <P>If the widget is disabled using the <STRONG>-state</STRONG> option, then its
  1808. view can still be adjusted and text can still be selected,
  1809. but no insertion cursor will be displayed and no text modifications will
  1810. take place.</P>
  1811. <P>The behavior of texts can be changed by defining new bindings for
  1812. individual widgets or by redefining the class bindings.</P>
  1813. <P></P></DL>
  1814. <P>
  1815. <HR>
  1816. <H1><A NAME="performance issues">PERFORMANCE ISSUES</A></H1>
  1817. <P>Text widgets should run efficiently under a variety
  1818. of conditions.  The text widget uses about 2-3 bytes of
  1819. main memory for each byte of text, so texts containing a megabyte
  1820. or more should be practical on most workstations.
  1821. Text is represented internally with a modified B-tree structure
  1822. that makes operations relatively efficient even with large texts.
  1823. Tags are included in the B-tree structure in a way that allows
  1824. tags to span large ranges or have many disjoint smaller ranges
  1825. without loss of efficiency.
  1826. Marks are also implemented in a way that allows large numbers of
  1827. marks.
  1828. In most cases it is fine to have large numbers of unique tags,
  1829. or a tag that has many distinct ranges.</P>
  1830. <P>One performance problem can arise if you have hundreds or thousands
  1831. of different tags that all have the following characteristics:
  1832. the first and last ranges of each tag are near the beginning and
  1833. end of the text, respectively,
  1834. or a single tag range covers most of the text widget.
  1835. The cost of adding and deleting tags like this is proportional
  1836. to the number of other tags with the same properties.
  1837. In contrast, there is no problem with having thousands of distinct
  1838. tags if their overall ranges are localized and spread uniformly throughout
  1839. the text.</P>
  1840. <P>Very long text lines can be expensive,
  1841. especially if they have many marks and tags within them.</P>
  1842. <P>The display line with the insert cursor is redrawn each time the
  1843. cursor blinks, which causes a steady stream of graphics traffic.
  1844. Set the <STRONG>-insertofftime</STRONG> option to 0 avoid this.</P>
  1845. <P>
  1846. <HR>
  1847. <H1><A NAME="see also">SEE ALSO</A></H1>
  1848. <P><A HREF="../../../site/lib/Tk/ROText.html">Tk::ROText</A>
  1849. <A HREF="../../../site/lib/Tk/TextUndo.html">Tk::TextUndo</A></P>
  1850. <P>
  1851. <HR>
  1852. <H1><A NAME="keywords">KEYWORDS</A></H1>
  1853. <P>text, widget</P>
  1854. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  1855. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  1856. <STRONG><P CLASS=block> Tk::Text - Create and manipulate Text widgets</P></STRONG>
  1857. </TD></TR>
  1858. </TABLE>
  1859.  
  1860. </BODY>
  1861.  
  1862. </HTML>
  1863.