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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::Entry - Create and manipulate Entry 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::Entry - Create and manipulate Entry widgets</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#standard options">STANDARD OPTIONS</A></LI>
  25.     <LI><A HREF="#widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></LI>
  26.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  27.     <LI><A HREF="#validation">VALIDATION</A></LI>
  28.     <LI><A HREF="#widget methods">WIDGET METHODS</A></LI>
  29.     <LI><A HREF="#default bindings">DEFAULT BINDINGS</A></LI>
  30.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  31. </UL>
  32. <!-- INDEX END -->
  33.  
  34. <HR>
  35. <P>
  36. <H1><A NAME="name">NAME</A></H1>
  37. <P>Tk::Entry - Create and manipulate Entry widgets</P>
  38. <P>
  39. <HR>
  40. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  41. <UL>
  42. <LI>Linux</LI>
  43. <LI>Solaris</LI>
  44. <LI>Windows</LI>
  45. </UL>
  46. <HR>
  47. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  48. <P>    <EM>$entry</EM> = <EM>$parent</EM>-><STRONG>Entry</STRONG>(?<EM>options</EM>?);</P>
  49. <P>
  50. <HR>
  51. <H1><A NAME="standard options">STANDARD OPTIONS</A></H1>
  52. <P><TABLE CELLSPACING=0 CELLPADDING=0><TR><TD><STRONG>-background</STRONG><TD><STRONG>-highlightbackground</STRONG><TD><STRONG>-insertontime</STRONG><TD><STRONG>-selectforeground</STRONG>
  53. <TR><TD><STRONG>-borderwidth</STRONG><TD><STRONG>-highlightcolor</STRONG><TD><STRONG>-insertwidth</STRONG><TD><STRONG>-takefocus</STRONG>
  54. <TR><TD><STRONG>-cursor</STRONG><TD><STRONG>-highlightthickness</STRONG><TD><STRONG>-justify</STRONG><TD><STRONG>-textvariable</STRONG>
  55. <TR><TD><STRONG>-exportselection</STRONG><TD><STRONG>-insertbackground</STRONG><TD><STRONG>-relief</STRONG><TD><STRONG>-xscrollcommand</STRONG>
  56. <TR><TD><STRONG>-font</STRONG><TD><STRONG>-insertborderwidth</STRONG><TD><STRONG>-selectbackground</STRONG>
  57. <TR><TD><STRONG>-foreground</STRONG><TD><STRONG>-insertofftime</STRONG><TD><STRONG>-selectborderwidth</STRONG></TABLE></P>
  58. <P>
  59. <HR>
  60. <H1><A NAME="widgetspecific options">WIDGET-SPECIFIC OPTIONS</A></H1>
  61. <DL>
  62. <DT><STRONG><A NAME="item_Name%3A_invalidCommand">Name:    <STRONG>invalidCommand</STRONG></A></STRONG><BR>
  63. <DD>
  64. <DT><STRONG><A NAME="item_Class%3A_InvalidCommand">Class:    <STRONG>InvalidCommand</STRONG></A></STRONG><BR>
  65. <DD>
  66. <DT><STRONG><A NAME="item_Switch%3A_%2Dinvalidcommand">Switch:    <STRONG>-invalidcommand</STRONG></A></STRONG><BR>
  67. <DD>
  68. <DT><STRONG><A NAME="item_Alias%3A_%2Dinvcmd">Alias:    <STRONG>-invcmd</STRONG></A></STRONG><BR>
  69. <DD>
  70. Specifies a script to eval when <STRONG>validateCommand</STRONG> returns 0.
  71. Setting it to <undef> disables this feature (the default).  The best use
  72. of this option is to set it to <EM>bell</EM>.  See <STRONG>Validation</STRONG>
  73. below for more information.
  74. <P></P>
  75. <DT><STRONG><A NAME="item_Name%3A_show">Name:    <STRONG>show</STRONG></A></STRONG><BR>
  76. <DD>
  77. <DT><STRONG><A NAME="item_Class%3A_Show">Class:    <STRONG>Show</STRONG></A></STRONG><BR>
  78. <DD>
  79. <DT><STRONG><A NAME="item_Switch%3A_%2Dshow">Switch:    <STRONG>-show</STRONG></A></STRONG><BR>
  80. <DD>
  81. If this option is specified, then the true contents of the entry
  82. are not displayed in the window.
  83. Instead, each character in the entry's value will be displayed as
  84. the first character in the value of this option, such as ``*''.
  85. This is useful, for example, if the entry is to be used to enter
  86. a password.
  87. If characters in the entry are selected and copied elsewhere, the
  88. information copied will be what is displayed, not the true contents
  89. of the entry.
  90. <P></P>
  91. <DT><STRONG><A NAME="item_Name%3A_state">Name:    <STRONG>state</STRONG></A></STRONG><BR>
  92. <DD>
  93. <DT><STRONG><A NAME="item_Class%3A_State">Class:    <STRONG>State</STRONG></A></STRONG><BR>
  94. <DD>
  95. <DT><STRONG><A NAME="item_Switch%3A_%2Dstate">Switch:    <STRONG>-state</STRONG></A></STRONG><BR>
  96. <DD>
  97. Specifies one of two states for the entry:  <STRONG>normal</STRONG> or <STRONG>disabled</STRONG>.
  98. If the entry is disabled then the value may not be changed using widget
  99. methods and no insertion cursor will be displayed, even if the input focus is
  100. in the widget.
  101. <P></P>
  102. <DT><STRONG><A NAME="item_Name%3A_validate">Name:    <STRONG>validate</STRONG></A></STRONG><BR>
  103. <DD>
  104. <DT><STRONG><A NAME="item_Class%3A_Validate">Class:    <STRONG>Validate</STRONG></A></STRONG><BR>
  105. <DD>
  106. <DT><STRONG><A NAME="item_Switch%3A_%2Dvalidate">Switch:    <STRONG>-validate</STRONG></A></STRONG><BR>
  107. <DD>
  108. Specifies the mode in which validation should operate: <STRONG>none</STRONG>,
  109. <STRONG>focus</STRONG>, <STRONG>focusin</STRONG>, <STRONG>focusout</STRONG>, <STRONG>key</STRONG>, or <STRONG>all</STRONG>.
  110. It defaults to <STRONG>none</STRONG>.  When you want validation, you must explicitly
  111. state which mode you wish to use.  See <STRONG>Validation</STRONG> below for more.
  112. <P></P>
  113. <DT><STRONG><A NAME="item_Name%3A_validateCommand">Name:    <STRONG>validateCommand</STRONG></A></STRONG><BR>
  114. <DD>
  115. <DT><STRONG><A NAME="item_Class%3A_ValidateCommand">Class:    <STRONG>ValidateCommand</STRONG></A></STRONG><BR>
  116. <DD>
  117. <DT><STRONG><A NAME="item_Switch%3A_%2Dvalidatecommand">Switch:    <STRONG>-validatecommand</STRONG></A></STRONG><BR>
  118. <DD>
  119. <DT><STRONG><A NAME="item_Alias%3A_%2Dvcmd">Alias:    <STRONG>-vcmd</STRONG></A></STRONG><BR>
  120. <DD>
  121. Specifies a script to eval when you want to validate the input into
  122. the entry widget.  Setting it to <A HREF="../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A> disables this feature (the default).
  123. This command must return a valid boolean value.  If it returns 0 (or
  124. the valid boolean equivalent) then it means you reject the new edition
  125. and it will not occur and the <STRONG>invalidCommand</STRONG> will be evaluated if it
  126. is set. If it returns 1, then the new edition occurs.
  127. See <STRONG>Validation</STRONG> below for more information.
  128. <P></P>
  129. <DT><STRONG><A NAME="item_Name%3A_width">Name:    <STRONG>width</STRONG></A></STRONG><BR>
  130. <DD>
  131. <DT><STRONG><A NAME="item_Class%3A_Width">Class:    <STRONG>Width</STRONG></A></STRONG><BR>
  132. <DD>
  133. <DT><STRONG><A NAME="item_Switch%3A_%2Dwidth">Switch:    <STRONG>-width</STRONG></A></STRONG><BR>
  134. <DD>
  135. Specifies an integer value indicating the desired width of the entry window,
  136. in average-size characters of the widget's font.
  137. If the value is less than or equal to zero, the widget picks a
  138. size just large enough to hold its current text.
  139. <P></P></DL>
  140. <P>
  141. <HR>
  142. <H1><A NAME="description">DESCRIPTION</A></H1>
  143. <P>The <STRONG>Entry</STRONG> method creates a new window (given by the
  144. $entry argument) and makes it into an entry widget.
  145. Additional options, described above, may be specified on the
  146. command line or in the option database
  147. to configure aspects of the entry such as its colors, font,
  148. and relief.  The <STRONG>entry</STRONG> command returns its
  149. $entry argument.  At the time this command is invoked,
  150. there must not exist a window named $entry, but
  151. $entry's parent must exist.</P>
  152. <P>An entry is a widget that displays a one-line text string and
  153. allows that string to be edited using methods described below, which
  154. are typically bound to keystrokes and mouse actions.
  155. When first created, an entry's string is empty.
  156. A portion of the entry may be selected as described below.
  157. If an entry is exporting its selection (see the <STRONG>exportSelection</STRONG>
  158. option), then it will observe the standard X11 protocols for handling the
  159. selection;  entry selections are available as type <STRONG>STRING</STRONG>.
  160. Entries also observe the standard Tk rules for dealing with the
  161. input focus.  When an entry has the input focus it displays an
  162. <EM>insertion cursor</EM> to indicate where new characters will be
  163. inserted.</P>
  164. <P>Entries are capable of displaying strings that are too long to
  165. fit entirely within the widget's window.  In this case, only a
  166. portion of the string will be displayed;  methods described below
  167. may be used to change the view in the window.  Entries use
  168. the standard <STRONG>xScrollCommand</STRONG> mechanism for interacting with
  169. scrollbars (see the description of the <STRONG>-xscrollcommand</STRONG> option
  170. for details).  They also support scanning, as described below.</P>
  171. <P>
  172. <HR>
  173. <H1><A NAME="validation">VALIDATION</A></H1>
  174. <P>Validation of entry widgets is derived from part of the patch written by
  175. <A HREF="mailto:jhobbs@cs.uoregon.edu.">jhobbs@cs.uoregon.edu.</A>  This works by setting the <STRONG>validateCommand</STRONG>
  176. option to a callback which will be evaluated according to the <STRONG>validate</STRONG>
  177. option as follows:</P>
  178. <DL>
  179. <DT><STRONG><A NAME="item_none"><STRONG>none</STRONG></A></STRONG><BR>
  180. <DD>
  181. Default.  This means no validation will occur.
  182. <P></P>
  183. <DT><STRONG><A NAME="item_focus"><STRONG>focus</STRONG></A></STRONG><BR>
  184. <DD>
  185. <STRONG>validateCommand</STRONG> will be called when the entry receives or
  186. loses focus.
  187. <P></P>
  188. <DT><STRONG><A NAME="item_focusin"><STRONG>focusin</STRONG></A></STRONG><BR>
  189. <DD>
  190. <STRONG>validateCommand</STRONG> will be called when the entry receives focus.
  191. <P></P>
  192. <DT><STRONG><A NAME="item_focusout"><STRONG>focusout</STRONG></A></STRONG><BR>
  193. <DD>
  194. <STRONG>validateCommand</STRONG> will be called when the entry loses focus.
  195. <P></P>
  196. <DT><STRONG><A NAME="item_key"><STRONG>key</STRONG></A></STRONG><BR>
  197. <DD>
  198. <STRONG>validateCommand</STRONG> will be called when the entry is edited.
  199. <P></P>
  200. <DT><STRONG><A NAME="item_all"><STRONG>all</STRONG></A></STRONG><BR>
  201. <DD>
  202. <STRONG>validateCommand</STRONG> will be called for all above conditions.
  203. <P></P></DL>
  204. <P>The <STRONG>validateCommand</STRONG> and <STRONG>invalidCommand</STRONG> are called with the following 
  205. arguments:</P>
  206. <UL>
  207. <LI><STRONG><A NAME="item_The_proposed_value_of_the_entry%2E_If_you_are_conf">The proposed value of the entry.  If you are configuring the
  208. entry widget to have a new textvariable, this will be the value of that
  209. textvariable.</A></STRONG><BR>
  210.  
  211. <LI><STRONG><A NAME="item_added">The characters to be added (or deleted). This will be <A HREF="../../../lib/Pod/perlfunc.html#item_undef"><CODE>undef</CODE></A>
  212. if validation is due to focus, explcit call to validate or if change
  213. is due to <CODE>-textvariable</CODE> changing.</A></STRONG><BR>
  214.  
  215. <LI><STRONG><A NAME="item_The_current_value_of_entry_i%2Ee%2E_before_the_pro">The current value of entry i.e. before the proposed change.</A></STRONG><BR>
  216.  
  217. <LI><STRONG><A NAME="item_index_of_char_string_to_be_added%2Fdeleted%2C_if_a">index of char string to be added/deleted, if any. -1 otherwise</A></STRONG><BR>
  218.  
  219. <LI><STRONG><A NAME="item_type_of_action%2E_1_%3D%3D_INSERT%2C_0_%3D%3D_DELE">type of action. 1 == INSERT, 0 == DELETE,
  220. -1 if it's a forced validation or textvariable validation</A></STRONG><BR>
  221.  
  222. </UL>
  223. <P>In general, the <STRONG>textVariable</STRONG> and <STRONG>validateCommand</STRONG> can be
  224. dangerous to mix. If you try set the <STRONG>textVariable</STRONG>
  225. to something that the <STRONG>validateCommand</STRONG> will not accept it will 
  226. be set back to the value of the entry widget.  
  227. Using the <STRONG>textVariable</STRONG> for read-only purposes will never cause problems.</P>
  228. <P>The <STRONG>validateCommand</STRONG> will turn itself off by setting
  229. <STRONG>validate</STRONG> to <STRONG>none</STRONG> when an error occurs, for example
  230. when the <STRONG>validateCommand</STRONG> or <STRONG>invalidCommand</STRONG> encounters 
  231. an error in its script while evaluating, or
  232. <STRONG>validateCommand</STRONG> does not return a valid boolean value.</P>
  233. <P>With the perl/Tk version <STRONG>validate</STRONG> option is supposed to be 
  234. ``suspended'' while executing the <STRONG>validateCommand</STRONG> or the <STRONG>invalidCommand</STRONG>. 
  235. This is experimental but in theory either callback can ``correct'' the 
  236. value of the widget, and override the proposed change. (<STRONG>validateCommand</STRONG>
  237. should still return false to inhibit the change from happening when 
  238. it returns.)</P>
  239. <P>
  240. <HR>
  241. <H1><A NAME="widget methods">WIDGET METHODS</A></H1>
  242. <P>The <STRONG>Entry</STRONG> method creates a widget object.
  243. This object supports the <STRONG>configure</STRONG> and <STRONG>cget</STRONG> methods
  244. described in <A HREF="../../../site/lib/Tk/options.html">the Tk::options manpage</A> which can be used to enquire and
  245. modify the options described above.
  246. The widget also inherits all the methods provided by the generic
  247. <A HREF="../../../site/lib/Tk/Widget.html">Tk::Widget</A> class.</P>
  248. <P>Many of the additional methods for entries take one or more indices as
  249. arguments.  An index specifies a particular character in the entry's
  250. string, in any of the following ways:</P>
  251. <DL>
  252. <DT><STRONG><A NAME="item_number"><EM>number</EM></A></STRONG><BR>
  253. <DD>
  254. Specifies the character as a numerical index, where 0 corresponds
  255. to the first character in the string.
  256. <P></P>
  257. <DT><STRONG><A NAME="item_anchor"><STRONG>anchor</STRONG></A></STRONG><BR>
  258. <DD>
  259. Indicates the anchor point for the selection, which is set with the
  260. <STRONG>selectionFrom</STRONG> and <STRONG>selectionAdjust</STRONG> methods.
  261. <P></P>
  262. <DT><STRONG><A NAME="item_end"><STRONG>end</STRONG></A></STRONG><BR>
  263. <DD>
  264. Indicates the character just after the last one in the entry's string.
  265. This is equivalent to specifying a numerical index equal to the length
  266. of the entry's string.
  267. <P></P>
  268. <DT><STRONG><A NAME="item_insert"><STRONG>insert</STRONG></A></STRONG><BR>
  269. <DD>
  270. Indicates the character adjacent to and immediately following the
  271. insertion cursor.
  272. <P></P>
  273. <DT><STRONG><A NAME="item_sel%2Efirst"><STRONG>sel.first</STRONG></A></STRONG><BR>
  274. <DD>
  275. Indicates the first character in the selection.  It is an error to
  276. use this form if the selection isn't in the entry window.
  277. <P></P>
  278. <DT><STRONG><A NAME="item_sel%2Elast"><STRONG>sel.last</STRONG></A></STRONG><BR>
  279. <DD>
  280. Indicates the character just after the last one in the selection.
  281. It is an error to use this form if the selection isn't in the
  282. entry window.
  283. <P></P>
  284. <DT><STRONG><A NAME="item_%40number"><STRONG>@</STRONG><EM>number</EM></A></STRONG><BR>
  285. <DD>
  286. In this form, <EM>number</EM> is treated as an x-coordinate in the
  287. entry's window;  the character spanning that x-coordinate is used.
  288. For example, ``<STRONG>@0</STRONG>'' indicates the left-most character in the
  289. window.
  290. <P></P></DL>
  291. <P>Abbreviations may be used for any of the forms above, e.g. ``<STRONG>e</STRONG>''
  292. or ``<STRONG>sel.f</STRONG>''.  In general, out-of-range indices are automatically
  293. rounded to the nearest legal value.</P>
  294. <P>The following additional methods are available for entry widgets:</P>
  295. <DL>
  296. <DT><STRONG><A NAME="item_bbox"><EM>$entry</EM>-><STRONG>bbox</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  297. <DD>
  298. Returns a list of four numbers describing the bounding box of the
  299. character given by <EM>index</EM>.
  300. The first two elements of the list give the x and y coordinates of
  301. the upper-left corner of the screen area covered by the character
  302. (in pixels relative to the widget) and the last two elements give
  303. the width and height of the character, in pixels.
  304. The bounding box may refer to a region outside the visible area
  305. of the window.
  306. <P></P>
  307. <DT><STRONG><A NAME="item_delete"><EM>$entry</EM>-><STRONG>delete</STRONG>(<EM>first, </EM>?<EM>last</EM>?)</A></STRONG><BR>
  308. <DD>
  309. Returns the current value of the configuration option given
  310. by <EM>option</EM>.
  311. <EM>Option</EM> may have any of the values accepted by the <STRONG>entry</STRONG>
  312. command.
  313. <P></P>
  314. <DT><STRONG><A NAME="item_configure"><EM>$entry</EM>-><STRONG>configure</STRONG>(?<EM>option</EM>?, ?<EM>value, option, value, ...</EM>?)</A></STRONG><BR>
  315. <DD>
  316. Query or modify the configuration options of the widget.
  317. If no <EM>option</EM> is specified, returns a list describing all of
  318. the available options for $entry (see <A HREF="../../../Tk/configure.html">the Tk::configure manpage</A> for
  319. information on the format of this list).  If <EM>option</EM> is specified
  320. with no <EM>value</EM>, then the command returns a list describing the
  321. one named option (this list will be identical to the corresponding
  322. sublist of the value returned if no <EM>option</EM> is specified).  If
  323. one or more <EM>option-value</EM> pairs are specified, then the command
  324. modifies the given widget <CODE>option(s)</CODE> to have the given value(s);  in
  325. this case the command returns an empty string.
  326. <EM>Option</EM> may have any of the values accepted by the <STRONG>entry</STRONG>
  327. command.
  328. <P></P>
  329. <DT><STRONG><EM>$entry</EM>-><STRONG>delete</STRONG>(<EM>first, </EM>?<EM>last</EM>?)</STRONG><BR>
  330. <DD>
  331. Delete one or more elements of the entry.
  332. <EM>First</EM> is the index of the first character to delete, and
  333. <EM>last</EM> is the index of the character just after the last
  334. one to delete.
  335. If <EM>last</EM> isn't specified it defaults to <EM>first</EM>+1,
  336. i.e. a single character is deleted.
  337. This method returns an empty string.
  338. <P></P>
  339. <DT><STRONG><A NAME="item_get"><EM>$entry</EM>-><STRONG>get</STRONG></A></STRONG><BR>
  340. <DD>
  341. Returns the entry's string.
  342. <P></P>
  343. <DT><STRONG><A NAME="item_icursor"><EM>$entry</EM>-><STRONG>icursor</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  344. <DD>
  345. Arrange for the insertion cursor to be displayed just before the character
  346. given by <EM>index</EM>.  Returns an empty string.
  347. <P></P>
  348. <DT><STRONG><A NAME="item_index"><EM>$entry</EM>-><STRONG>index</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  349. <DD>
  350. Returns the numerical index corresponding to <EM>index</EM>.
  351. <P></P>
  352. <DT><STRONG><EM>$entry</EM>-><STRONG>insert</STRONG>(<EM>index, string</EM>)</STRONG><BR>
  353. <DD>
  354. Insert the characters of <EM>string</EM> just before the character
  355. indicated by <EM>index</EM>.  Returns an empty string.
  356. <P></P>
  357. <DT><STRONG><A NAME="item_scan"><EM>$entry</EM>-><STRONG>scan</STRONG>(<EM>option, args</EM>)</A></STRONG><BR>
  358. <DD>
  359. <DT><STRONG><A NAME="item_scanOption"><EM>$entry</EM>-><STRONG>scan</STRONG><EM>Option</EM>(<EM>args</EM>)</A></STRONG><BR>
  360. <DD>
  361. This method is used to implement scanning on entries.  It has
  362. two forms, depending on <EM>Option</EM>:
  363. <DL>
  364. <DT><STRONG><A NAME="item_scanMark"><EM>$entry</EM>-><STRONG>scanMark</STRONG>(<EM>x</EM>)</A></STRONG><BR>
  365. <DD>
  366. Records <EM>x</EM> and the current view in the entry widget;  used in
  367. conjunction with later <STRONG>scanDragto</STRONG> methods.  Typically this
  368. method is associated with a mouse button press in the widget.  It
  369. returns an empty string.
  370. <P></P>
  371. <DT><STRONG><A NAME="item_scanDragto"><EM>$entry</EM>-><STRONG>scanDragto</STRONG>(<EM>x</EM>)</A></STRONG><BR>
  372. <DD>
  373. This method computes the difference between its <EM>x</EM> argument
  374. and the <EM>x</EM> argument to the last <STRONG>scanMark</STRONG> method for
  375. the widget.  It then adjusts the view left or right by 10 times the
  376. difference in x-coordinates.  This method is typically associated
  377. with mouse motion events in the widget, to produce the effect of
  378. dragging the entry at high speed through the widget.  The return
  379. value is an empty string.
  380. <P></P></DL>
  381. <DT><STRONG><A NAME="item_selection"><EM>$entry</EM>-><STRONG>selection</STRONG>(<EM>option, arg</EM>)</A></STRONG><BR>
  382. <DD>
  383. <DT><STRONG><A NAME="item_selectionOption"><EM>$entry</EM>-><STRONG>selection</STRONG><EM>Option</EM>(<EM>arg</EM>)</A></STRONG><BR>
  384. <DD>
  385. This method is used to adjust the selection within an entry.  It
  386. has several forms, depending on <EM>Option</EM>:
  387. <DL>
  388. <DT><STRONG><A NAME="item_selectionAdjust"><EM>$entry</EM>-><STRONG>selectionAdjust</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  389. <DD>
  390. Locate the end of the selection nearest to the character given by
  391. <EM>index</EM>, and adjust that end of the selection to be at <EM>index</EM>
  392. (i.e including but not going beyond <EM>index</EM>).  The other
  393. end of the selection is made the anchor point for future
  394. <STRONG>selectionTo</STRONG> methods.  If the selection
  395. isn't currently in the entry, then a new selection is created to
  396. include the characters between <EM>index</EM> and the most recent
  397. selection anchor point, inclusive.
  398. Returns an empty string.
  399. <P></P>
  400. <DT><STRONG><A NAME="item_selectionClear"><EM>$entry</EM>-><STRONG>selectionClear</STRONG></A></STRONG><BR>
  401. <DD>
  402. Clear the selection if it is currently in this widget.  If the
  403. selection isn't in this widget then the method has no effect.
  404. Returns an empty string.
  405. <P></P>
  406. <DT><STRONG><A NAME="item_selectionFrom"><EM>$entry</EM>-><STRONG>selectionFrom</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  407. <DD>
  408. Set the selection anchor point to just before the character
  409. given by <EM>index</EM>.  Doesn't change the selection.
  410. Returns an empty string.
  411. <P></P>
  412. <DT><STRONG><A NAME="item_selectionPresent"><EM>$entry</EM>-><STRONG>selectionPresent</STRONG></A></STRONG><BR>
  413. <DD>
  414. Returns 1 if there is are characters selected in the entry,
  415. 0 if nothing is selected.
  416. <P></P>
  417. <DT><STRONG><A NAME="item_selectionRange"><EM>$entry</EM>-><STRONG>selectionRange</STRONG>(<EM>start, </EM><EM>end</EM>)</A></STRONG><BR>
  418. <DD>
  419. Sets the selection to include the characters starting with
  420. the one indexed by <EM>start</EM> and ending with the one just
  421. before <EM>end</EM>.
  422. If <EM>end</EM> refers to the same character as <EM>start</EM> or an
  423. earlier one, then the entry's selection is cleared.
  424. <P></P>
  425. <DT><STRONG><A NAME="item_selectionTo"><EM>$entry</EM>-><STRONG>selectionTo</STRONG>(<EM>index</EM>)</A></STRONG><BR>
  426. <DD>
  427. If <EM>index</EM> is before the anchor point, set the selection
  428. to the characters from <EM>index</EM> up to but not including
  429. the anchor point.
  430. If <EM>index</EM> is the same as the anchor point, do nothing.
  431. If <EM>index</EM> is after the anchor point, set the selection
  432. to the characters from the anchor point up to but not including
  433. <EM>index</EM>.
  434. The anchor point is determined by the most recent <STRONG>selectionFrom</STRONG>
  435. or <STRONG>selectionAdjust</STRONG> method in this widget.
  436. If the selection isn't in this widget then a new selection is
  437. created using the most recent anchor point specified for the widget.
  438. Returns an empty string.
  439. <P></P></DL>
  440. <DT><STRONG><A NAME="item_validate"><EM>$entry</EM>-><STRONG>validate</STRONG></A></STRONG><BR>
  441. <DD>
  442. This command is used to force an evaluation of the <STRONG>validateCommand</STRONG>
  443. independent of the conditions specified by the <STRONG>validate</STRONG> option.  It
  444. returns 0 or 1.
  445. <P></P>
  446. <DT><STRONG><A NAME="item_xview"><EM>$entry</EM>-><STRONG>xview</STRONG>(<EM>args</EM>)</A></STRONG><BR>
  447. <DD>
  448. This command is used to query and change the horizontal position of the
  449. text in the widget's window.  It can take any of the following
  450. forms:
  451. <DL>
  452. <DT><STRONG><EM>$entry</EM>-><STRONG>xview</STRONG></STRONG><BR>
  453. <DD>
  454. Returns a list containing two elements.
  455. Each element is a real fraction between 0 and 1;  together they describe
  456. the horizontal span that is visible in the window.
  457. For example, if the first element is .2 and the second element is .7,
  458. 20% of the entry's text is off-screen to the left, the middle 50% is visible
  459. in the window, and 30% of the text is off-screen to the right.
  460. These are the same values passed to scrollbars via the <STRONG>-xscrollcommand</STRONG>
  461. option.
  462. <P></P>
  463. <DT><STRONG><EM>$entry</EM>-><STRONG>xview</STRONG>(<EM>index</EM>)</STRONG><BR>
  464. <DD>
  465. Adjusts the view in the window so that the character given by <EM>index</EM>
  466. is displayed at the left edge of the window.
  467. <P></P>
  468. <DT><STRONG><A NAME="item_xviewMoveto"><EM>$entry</EM>-><STRONG>xviewMoveto</STRONG>(<EM>fraction</EM>)</A></STRONG><BR>
  469. <DD>
  470. Adjusts the view in the window so that the character <EM>fraction</EM> of the
  471. way through the text appears at the left edge of the window.
  472. <EM>Fraction</EM> must be a fraction between 0 and 1.
  473. <P></P>
  474. <DT><STRONG><A NAME="item_xviewScroll"><EM>$entry</EM>-><STRONG>xviewScroll</STRONG>(<EM>number, what</EM>)</A></STRONG><BR>
  475. <DD>
  476. This method shifts the view in the window left or right according to
  477. <EM>number</EM> and <EM>what</EM>.
  478. <EM>Number</EM> must be an integer.
  479. <EM>What</EM> must be either <STRONG>units</STRONG> or <STRONG>pages</STRONG> or an abbreviation
  480. of one of these.
  481. If <EM>what</EM> is <STRONG>units</STRONG>, the view adjusts left or right by
  482. <EM>number</EM> average-width characters on the display;  if it is
  483. <STRONG>pages</STRONG> then the view adjusts by <EM>number</EM> screenfuls.
  484. If <EM>number</EM> is negative then characters farther to the left
  485. become visible;  if it is positive then characters farther to the right
  486. become visible.
  487. <P></P></DL>
  488. </DL>
  489. <P>
  490. <HR>
  491. <H1><A NAME="default bindings">DEFAULT BINDINGS</A></H1>
  492. <P>Tk automatically creates class bindings for entries that give them
  493. the following default behavior.
  494. In the descriptions below, ``word'' refers to a contiguous group
  495. of letters, digits, or ``_'' characters, or any single character
  496. other than these.</P>
  497. <DL>
  498. <DT><STRONG><A NAME="item_%5B1%5D">[1]</A></STRONG><BR>
  499. <DD>
  500. Clicking mouse button 1 positions the insertion cursor
  501. just before the character underneath the mouse cursor, sets the
  502. input focus to this widget, and clears any selection in the widget.
  503. Dragging with mouse button 1 strokes out a selection between
  504. the insertion cursor and the character under the mouse.
  505. <P></P>
  506. <DT><STRONG><A NAME="item_%5B2%5D">[2]</A></STRONG><BR>
  507. <DD>
  508. Double-clicking with mouse button 1 selects the word under the mouse
  509. and positions the insertion cursor at the beginning of the word.
  510. Dragging after a double click will stroke out a selection consisting
  511. of whole words.
  512. <P></P>
  513. <DT><STRONG><A NAME="item_%5B3%5D">[3]</A></STRONG><BR>
  514. <DD>
  515. Triple-clicking with mouse button 1 selects all of the text in the
  516. entry and positions the insertion cursor before the first character.
  517. <P></P>
  518. <DT><STRONG><A NAME="item_%5B4%5D">[4]</A></STRONG><BR>
  519. <DD>
  520. The ends of the selection can be adjusted by dragging with mouse
  521. button 1 while the Shift key is down;  this will adjust the end
  522. of the selection that was nearest to the mouse cursor when button
  523. 1 was pressed.
  524. If the button is double-clicked before dragging then the selection
  525. will be adjusted in units of whole words.
  526. <P></P>
  527. <DT><STRONG><A NAME="item_%5B5%5D">[5]</A></STRONG><BR>
  528. <DD>
  529. Clicking mouse button 1 with the Control key down will position the
  530. insertion cursor in the entry without affecting the selection.
  531. <P></P>
  532. <DT><STRONG><A NAME="item_%5B6%5D">[6]</A></STRONG><BR>
  533. <DD>
  534. If any normal printing characters are typed in an entry, they are
  535. inserted at the point of the insertion cursor.
  536. <P></P>
  537. <DT><STRONG><A NAME="item_%5B7%5D">[7]</A></STRONG><BR>
  538. <DD>
  539. The view in the entry can be adjusted by dragging with mouse button 2.
  540. If mouse button 2 is clicked without moving the mouse, the selection
  541. is copied into the entry at the position of the mouse cursor.
  542. <P></P>
  543. <DT><STRONG><A NAME="item_%5B8%5D">[8]</A></STRONG><BR>
  544. <DD>
  545. If the mouse is dragged out of the entry on the left or right sides
  546. while button 1 is pressed, the entry will automatically scroll to
  547. make more text visible (if there is more text off-screen on the side
  548. where the mouse left the window).
  549. <P></P>
  550. <DT><STRONG><A NAME="item_%5B9%5D">[9]</A></STRONG><BR>
  551. <DD>
  552. The Left and Right keys move the insertion cursor one character to the
  553. left or right;  they also clear any selection in the entry and set
  554. the selection anchor.
  555. If Left or Right is typed with the Shift key down, then the insertion
  556. cursor moves and the selection is extended to include the new character.
  557. Control-Left and Control-Right move the insertion cursor by words, and
  558. Control-Shift-Left and Control-Shift-Right move the insertion cursor
  559. by words and also extend the selection.
  560. Control-b and Control-f behave the same as Left and Right, respectively.
  561. Meta-b and Meta-f behave the same as Control-Left and Control-Right,
  562. respectively.
  563. <P></P>
  564. <DT><STRONG><A NAME="item_%5B10%5D">[10]</A></STRONG><BR>
  565. <DD>
  566. The Home key, or Control-a, will move the insertion cursor to the
  567. beginning of the entry and clear any selection in the entry.
  568. Shift-Home moves the insertion cursor to the beginning of the entry
  569. and also extends the selection to that point.
  570. <P></P>
  571. <DT><STRONG><A NAME="item_%5B11%5D">[11]</A></STRONG><BR>
  572. <DD>
  573. The End key, or Control-e, will move the insertion cursor to the
  574. end of the entry and clear any selection in the entry.
  575. Shift-End moves the cursor to the end and extends the selection
  576. to that point.
  577. <P></P>
  578. <DT><STRONG><A NAME="item_%5B12%5D">[12]</A></STRONG><BR>
  579. <DD>
  580. The Select key and Control-Space set the selection anchor to the position
  581. of the insertion cursor.  They don't affect the current selection.
  582. Shift-Select and Control-Shift-Space adjust the selection to the
  583. current position of the insertion cursor, selecting from the anchor
  584. to the insertion cursor if there was not any selection previously.
  585. <P></P>
  586. <DT><STRONG><A NAME="item_%5B13%5D">[13]</A></STRONG><BR>
  587. <DD>
  588. Control-/ selects all the text in the entry.
  589. <P></P>
  590. <DT><STRONG><A NAME="item_%5B14%5D">[14]</A></STRONG><BR>
  591. <DD>
  592. Control-\ clears any selection in the entry.
  593. <P></P>
  594. <DT><STRONG><A NAME="item_%5B15%5D">[15]</A></STRONG><BR>
  595. <DD>
  596. The F16 key (labelled Copy on many Sun workstations) or Meta-w
  597. copies the selection in the widget to the clipboard, if there is a selection.
  598. <P></P>
  599. <DT><STRONG><A NAME="item_%5B16%5D">[16]</A></STRONG><BR>
  600. <DD>
  601. The F20 key (labelled Cut on many Sun workstations) or Control-w
  602. copies the selection in the widget to the clipboard and deletes
  603. the selection.
  604. If there is no selection in the widget then these keys have no effect.
  605. <P></P>
  606. <DT><STRONG><A NAME="item_%5B17%5D">[17]</A></STRONG><BR>
  607. <DD>
  608. The F18 key (labelled Paste on many Sun workstations) or Control-y
  609. inserts the contents of the clipboard at the position of the
  610. insertion cursor.
  611. <P></P>
  612. <DT><STRONG><A NAME="item_%5B18%5D">[18]</A></STRONG><BR>
  613. <DD>
  614. The Delete key deletes the selection, if there is one in the entry.
  615. If there is no selection, it deletes the character to the right of
  616. the insertion cursor.
  617. <P></P>
  618. <DT><STRONG><A NAME="item_%5B19%5D">[19]</A></STRONG><BR>
  619. <DD>
  620. The BackSpace key and Control-h delete the selection, if there is one
  621. in the entry.
  622. If there is no selection, it deletes the character to the left of
  623. the insertion cursor.
  624. <P></P>
  625. <DT><STRONG><A NAME="item_%5B20%5D">[20]</A></STRONG><BR>
  626. <DD>
  627. Control-d deletes the character to the right of the insertion cursor.
  628. <P></P>
  629. <DT><STRONG><A NAME="item_%5B21%5D">[21]</A></STRONG><BR>
  630. <DD>
  631. Meta-d deletes the word to the right of the insertion cursor.
  632. <P></P>
  633. <DT><STRONG><A NAME="item_%5B22%5D">[22]</A></STRONG><BR>
  634. <DD>
  635. Control-k deletes all the characters to the right of the insertion
  636. cursor.
  637. <P></P>
  638. <DT><STRONG><A NAME="item_%5B23%5D">[23]</A></STRONG><BR>
  639. <DD>
  640. Control-t reverses the order of the two characters to the right of
  641. the insertion cursor.
  642. <P>If the entry is disabled using the <STRONG>-state</STRONG> option, then the entry's
  643. view can still be adjusted and text in the entry can still be selected,
  644. but no insertion cursor will be displayed and no text modifications will
  645. take place.</P>
  646. <P>The behavior of entries can be changed by defining new bindings for
  647. individual widgets or by redefining the class bindings.</P>
  648. <P></P></DL>
  649. <P>
  650. <HR>
  651. <H1><A NAME="keywords">KEYWORDS</A></H1>
  652. <P>entry, widget</P>
  653. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  654. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  655. <STRONG><P CLASS=block> Tk::Entry - Create and manipulate Entry widgets</P></STRONG>
  656. </TD></TR>
  657. </TABLE>
  658.  
  659. </BODY>
  660.  
  661. </HTML>
  662.