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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::event - Miscellaneous event facilities: define virtual events and generate events</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::event - Miscellaneous event facilities: define virtual events and generate events</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="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#event fields">EVENT FIELDS</A></LI>
  26.     <LI><A HREF="#virtual event examples">VIRTUAL EVENT EXAMPLES</A></LI>
  27.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  28.     <LI><A HREF="#keywords">KEYWORDS</A></LI>
  29. </UL>
  30. <!-- INDEX END -->
  31.  
  32. <HR>
  33. <P>
  34. <H1><A NAME="name">NAME</A></H1>
  35. <P>Tk::event - Miscellaneous event facilities: define virtual events and generate events</P>
  36. <P>
  37. <HR>
  38. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  39. <UL>
  40. <LI>Linux</LI>
  41. <LI>Solaris</LI>
  42. <LI>Windows</LI>
  43. </UL>
  44. <HR>
  45. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  46. <P><EM>$widget</EM>-><STRONG>event</STRONG><EM>Action</EM>(?<EM>arg, arg, ...</EM>?);</P>
  47. <P>
  48. <HR>
  49. <H1><A NAME="description">DESCRIPTION</A></H1>
  50. <P>The <STRONG>event</STRONG><EM>Action</EM> methods provides several facilities for dealing with
  51. window system events, such as defining virtual events and synthesizing
  52. events.  Virtual events are shared by all widgets of the same
  53. <STRONG>MainWindow</STRONG>.  Different <A HREF="../../../site/lib/Tk/MainWindow.html">MainWindow</A>s can have different
  54. virtual event.</P>
  55. <P>The following methods are currently supported:</P>
  56. <DL>
  57. <DT><STRONG><A NAME="item_eventAdd"><EM>$widget</EM>-><STRONG>eventAdd</STRONG>(<STRONG>'<<</STRONG><EM>virtual</EM><STRONG>>>'</STRONG><EM>, sequence </EM>?,<EM>sequence, ...</EM>?)</A></STRONG><BR>
  58. <DD>
  59. Associates the virtual event <EM>virtual</EM> with the physical
  60. event <CODE>sequence(s)</CODE> given by the <EM>sequence</EM> arguments, so that
  61. the virtual event will trigger whenever any one of the <EM>sequence</EM>s
  62. occurs.
  63. <EM>Virtual</EM> may be any string value and <EM>sequence</EM> may have
  64. any of the values allowed for the <EM>sequence</EM> argument to the
  65. <A HREF="../../../site/lib/Tk/bind.html">bind</A> method.
  66. If <EM>virtual</EM> is already defined, the new physical event sequences
  67. add to the existing sequences for the event.
  68. <P></P>
  69. <DT><STRONG><A NAME="item_eventDelete"><EM>$widget</EM>-><STRONG>eventDelete</STRONG>(<STRONG>'<<</STRONG><EM>virtual</EM><STRONG>>>'</STRONG> ?,<EM>sequence,</EM> <EM>sequence, ...</EM>?)</A></STRONG><BR>
  70. <DD>
  71. Deletes each of the <EM>sequence</EM>s from those associated with
  72. the virtual event given by <EM>virtual</EM>.
  73. <EM>Virtual</EM> may be any string value and <EM>sequence</EM> may have
  74. any of the values allowed for the <EM>sequence</EM> argument to the
  75. <A HREF="../../../site/lib/Tk/bind.html">bind</A> method.
  76. Any <EM>sequence</EM>s not currently associated with <EM>virtual</EM>
  77. are ignored.
  78. If no <EM>sequence</EM> argument is provided, all physical event sequences
  79. are removed for <EM>virtual</EM>, so that the virtual event will not
  80. trigger anymore.
  81. <P></P>
  82. <DT><STRONG><A NAME="item_eventGenerate"><EM>$widget</EM>-><STRONG>eventGenerate</STRONG>(<EM>event</EM> ?,<EM>option => value, option => value, ...</EM>?)</A></STRONG><BR>
  83. <DD>
  84. Generates a window event and arranges for it to be processed just as if
  85. it had come from the window system.
  86. <EM>$window</EM> is a reference to the window for which the event
  87. will be generated.
  88. <EM>Event</EM> provides a basic description of
  89. the event, such as <STRONG><Shift-Button-2></STRONG> or <STRONG><<Paste>></STRONG>.
  90. If <EM>Window</EM> is empty the whole screen is meant, and coordinates
  91. are relative to the screen.
  92. <EM>Event</EM> may have any of the forms allowed for the <EM>sequence</EM>
  93. argument of the <A HREF="../../../site/lib/Tk/bind.html">bind</A> method except that it must consist
  94. of a single event pattern, not a sequence.
  95. <EM>Option-value</EM> pairs may be used to specify additional
  96. attributes of the event, such as the x and y mouse position;
  97. see <A HREF="#event fields">EVENT FIELDS</A> below.  If the <STRONG>-when</STRONG> option is not specified, the
  98. event is processed immediately:  all of the handlers for the event
  99. will complete before the <STRONG>eventGenerate</STRONG> method returns.
  100. If the <STRONG>-when</STRONG> option is specified then it determines when the
  101. event is processed.
  102. <P></P>
  103. <DT><STRONG><A NAME="item_eventInfo"><EM>$widget</EM>-><STRONG>eventInfo</STRONG>(?'<STRONG><<</STRONG><EM>virtual</EM><STRONG>>>'</STRONG>?)</A></STRONG><BR>
  104. <DD>
  105. Returns information about virtual events.
  106. If the <STRONG><<</STRONG><EM>virtual</EM><STRONG>>></STRONG> argument is omitted, the return value
  107. is a list of all the virtual events that are currently defined.
  108. If <STRONG><<</STRONG><EM>virtual</EM><STRONG>>></STRONG> is specified then the return value is
  109. a list whose elements are the physical event sequences currently
  110. defined for the given virtual event;  if the virtual event is
  111. not defined then <STRONG>undef</STRONG> is returned.
  112. <P></P></DL>
  113. <P>
  114. <HR>
  115. <H1><A NAME="event fields">EVENT FIELDS</A></H1>
  116. <P>The following options are supported for the <STRONG>eventGenerate</STRONG>
  117. method.  These correspond to the ``%'' expansions
  118. allowed in binding callback for the <A HREF="../../../site/lib/Tk/bind.html">bind</A> method.</P>
  119. <DL>
  120. <DT><STRONG><A NAME="item_%2Dabove_%3D%3E_window"><STRONG>-above</STRONG> => <EM>window</EM></A></STRONG><BR>
  121. <DD>
  122. <EM>Window</EM> specifies the <EM>above</EM> field for the event,
  123. either as a window path name or as an integer window id.
  124. Valid for <STRONG>Configure</STRONG> events.
  125. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'a'">%a</A> substitution for binding scripts.
  126. <P></P>
  127. <DT><STRONG><A NAME="item_%2Dborderwidth_%3D%3E_size"><STRONG>-borderwidth</STRONG> => <EM>size</EM></A></STRONG><BR>
  128. <DD>
  129. <EM>Size</EM> must be a screen distance;  it specifies the
  130. <EM>border_width</EM> field for the event.
  131. Valid for <STRONG>Configure</STRONG> events.
  132. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'b'">%B</A> substitution for binding scripts.
  133. <P></P>
  134. <DT><STRONG><A NAME="item_%2Dbutton_%3D%3E_number"><STRONG>-button</STRONG> => <EM>number</EM></A></STRONG><BR>
  135. <DD>
  136. <EM>Number</EM> must be an integer;  it specifies the <EM>detail</EM> field
  137. for a <STRONG>ButtonPress</STRONG> or <STRONG>ButtonRelease</STRONG> event, overriding
  138. any button  number provided in the base <EM>event</EM> argument.
  139. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'b'">%b</A> substitution for binding scripts.
  140. <P></P>
  141. <DT><STRONG><A NAME="item_%2Dcount_%3D%3E_number"><STRONG>-count</STRONG> => <EM>number</EM></A></STRONG><BR>
  142. <DD>
  143. <EM>Number</EM> must be an integer;  it specifies the <EM>count</EM> field
  144. for the event.  Valid for <STRONG>Expose</STRONG> events.
  145. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'c'">%c</A> substitution for binding scripts.
  146. <P></P>
  147. <DT><STRONG><A NAME="item_%2Ddetail_%3D%3E_detail"><STRONG>-detail</STRONG> => <EM>detail</EM></A></STRONG><BR>
  148. <DD>
  149. <EM>Detail</EM> specifies the <EM>detail</EM> field for the event
  150. and must be one of the following:
  151. <PRE>
  152.  NotifyAncestor NotifyNonlinearVirtual
  153.  NotifyDetailNone       NotifyPointer
  154.  NotifyInferior NotifyPointerRoot
  155.  NotifyNonlinear        NotifyVirtual</PRE>
  156. <P>Valid for <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, <STRONG>FocusIn</STRONG> and
  157. <STRONG>FocusOut</STRONG> events.
  158. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'d'">%d</A> substitution for binding scripts.</P>
  159. <DT><STRONG><A NAME="item_%2Dfocus_boolean"><STRONG>-focus</STRONG><EM> boolean</EM></A></STRONG><BR>
  160. <DD>
  161. <EM>Boolean</EM> must be a boolean value;  it specifies the <EM>focus</EM>
  162. field for the event.
  163. Valid for <STRONG>Enter</STRONG> and <STRONG>Leave</STRONG> events.
  164. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'f'">%f</A> substitution for binding scripts.
  165. <P></P>
  166. <DT><STRONG><A NAME="item_%2Dheight_size"><STRONG>-height</STRONG><EM> size</EM></A></STRONG><BR>
  167. <DD>
  168. <EM>Size</EM> must be a screen distance;  it specifies the <EM>height</EM>
  169. field for the event.  Valid for <STRONG>Configure</STRONG> events.
  170. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'h'">%h</A> substitution for binding scripts.
  171. <P></P>
  172. <DT><STRONG><A NAME="item_%2Dkeycode_number"><STRONG>-keycode</STRONG><EM> number</EM></A></STRONG><BR>
  173. <DD>
  174. <EM>Number</EM>  must be an integer;  it specifies the <EM>keycode</EM>
  175. field for the event.
  176. Valid for <STRONG>KeyPress</STRONG> and <STRONG>KeyRelease</STRONG> events.
  177. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'k'">%k</A> substitution for binding scripts.
  178. <P></P>
  179. <DT><STRONG><A NAME="item_%2Dkeysym_name"><STRONG>-keysym</STRONG><EM> name</EM></A></STRONG><BR>
  180. <DD>
  181. <EM>Name</EM> must be the name of a valid keysym, such as <STRONG>g</STRONG>,
  182. <STRONG>space</STRONG>, or <STRONG>Return</STRONG>;  its corresponding
  183. keycode value is used as the <EM>keycode</EM> field for event, overriding
  184. any detail specified in the base <EM>event</EM> argument.
  185. Valid for <STRONG>KeyPress</STRONG> and <STRONG>KeyRelease</STRONG> events.
  186. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'k'">%K</A> substitution for binding scripts.
  187. <P></P>
  188. <DT><STRONG><A NAME="item_%2Dmode_notify"><STRONG>-mode</STRONG><EM> notify</EM></A></STRONG><BR>
  189. <DD>
  190. <EM>Notify</EM> specifies the <EM>mode</EM> field for the event and must be
  191. one of <STRONG>NotifyNormal</STRONG>, <STRONG>NotifyGrab</STRONG>, <STRONG>NotifyUngrab</STRONG>, or
  192. <STRONG>NotifyWhileGrabbed</STRONG>.
  193. Valid for <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, <STRONG>FocusIn</STRONG>, and
  194. <STRONG>FocusOut</STRONG> events.
  195. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'m'">%m</A> substitution for binding scripts.
  196. <P></P>
  197. <DT><STRONG><A NAME="item_%2Doverride_boolean"><STRONG>-override</STRONG><EM> boolean</EM></A></STRONG><BR>
  198. <DD>
  199. <EM>Boolean</EM> must be a boolean value;  it specifies the
  200. <EM>override_redirect</EM> field for the event.
  201. Valid for <STRONG>Map</STRONG>, <STRONG>Reparent</STRONG>, and <STRONG>Configure</STRONG> events.
  202. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'o'">%o</A> substitution for binding scripts.
  203. <P></P>
  204. <DT><STRONG><A NAME="item_%2Dplace_where"><STRONG>-place</STRONG><EM> where</EM></A></STRONG><BR>
  205. <DD>
  206. <EM>Where</EM> specifies the <EM>place</EM> field for the event;  it must be
  207. either <STRONG>PlaceOnTop</STRONG> or <STRONG>PlaceOnBottom</STRONG>.
  208. Valid for <STRONG>Circulate</STRONG> events.
  209. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'p'">%p</A> substitution for binding scripts.
  210. <P></P>
  211. <DT><STRONG><A NAME="item_%2Droot_window"><STRONG>-root</STRONG><EM> window</EM></A></STRONG><BR>
  212. <DD>
  213. <EM>Window</EM> must be either a window path name or an integer window
  214. identifier;  it specifies the <EM>root</EM> field for the event.
  215. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  216. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, and <STRONG>Motion</STRONG>
  217. events.
  218. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'r'">%R</A> substitution for binding scripts.
  219. <P></P>
  220. <DT><STRONG><A NAME="item_%2Drootx_coord"><STRONG>-rootx</STRONG><EM> coord</EM></A></STRONG><BR>
  221. <DD>
  222. <EM>Coord</EM> must be a screen distance;  it specifies the <EM>x_root</EM>
  223. field for the event.
  224. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  225. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, and <STRONG>Motion</STRONG>
  226. events.  Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'x'">%X</A> substitution for binding scripts.
  227. <P></P>
  228. <DT><STRONG><A NAME="item_%2Drooty_coord"><STRONG>-rooty</STRONG><EM> coord</EM></A></STRONG><BR>
  229. <DD>
  230. <EM>Coord</EM> must be a screen distance;  it specifies the <EM>y_root</EM>
  231. field for the event.
  232. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  233. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, and <STRONG>Motion</STRONG>
  234. events.
  235. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'y'">%Y</A> substitution for binding scripts.
  236. <P></P>
  237. <DT><STRONG><A NAME="item_%2Dsendevent_boolean"><STRONG>-sendevent</STRONG><EM> boolean</EM></A></STRONG><BR>
  238. <DD>
  239. <STRONG>Boolean</STRONG> must be a boolean value;  it specifies the <EM>send_event</EM>
  240. field for the event.  Valid for all events.  Corresponds to the
  241. <A HREF="../../../site/lib/Tk/bind.html#'e'">%E</A> substitution for binding scripts.
  242. <P></P>
  243. <DT><STRONG><A NAME="item_%2Dserial_number"><STRONG>-serial</STRONG><EM> number</EM></A></STRONG><BR>
  244. <DD>
  245. <EM>Number</EM> must be an integer;  it specifies the <EM>serial</EM> field
  246. for the event.  Valid for all events.
  247. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'#'">%#</A> substitution for binding scripts.
  248. <P></P>
  249. <DT><STRONG><A NAME="item_%2Dstate_state"><STRONG>-state</STRONG><EM> state</EM></A></STRONG><BR>
  250. <DD>
  251. <EM>State</EM> specifies the <EM>state</EM> field for the event.
  252. For <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  253. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, and <STRONG>Motion</STRONG> events
  254. it must be an integer value.
  255. For <STRONG>Visibility</STRONG> events it must be one of <STRONG>VisibilityUnobscured</STRONG>,
  256. <STRONG>VisibilityPartiallyObscured</STRONG>, or <STRONG>VisibilityFullyObscured</STRONG>.
  257. This option overrides any modifiers such as <STRONG>Meta</STRONG> or <STRONG>Control</STRONG>
  258. specified in the base <EM>event</EM>.
  259. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'s'">%s</A> substitution for binding scripts.
  260. <P></P>
  261. <DT><STRONG><A NAME="item_%2Dsubwindow_window"><STRONG>-subwindow</STRONG><EM> window</EM></A></STRONG><BR>
  262. <DD>
  263. <EM>Window</EM> specifies the <EM>subwindow</EM> field for the event, either
  264. as a path name for a Tk widget or as an integer window identifier.
  265. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  266. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, and <STRONG>Motion</STRONG> events.
  267. Similar to <A HREF="../../../site/lib/Tk/bind.html#'s'">%S</A> substitution for binding scripts.
  268. <P></P>
  269. <DT><STRONG><A NAME="item_%2Dtime_integer"><STRONG>-time</STRONG><EM> integer</EM></A></STRONG><BR>
  270. <DD>
  271. <EM>Integer</EM> must be an integer value;  it specifies the <EM>time</EM> field
  272. for the event.
  273. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  274. <STRONG>ButtonRelease</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>, <STRONG>Motion</STRONG>,
  275. and <STRONG>Property</STRONG> events.
  276. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'t'">%t</A> substitution for binding scripts.
  277. <P></P>
  278. <DT><STRONG><A NAME="item_%2Dwarp_boolean"><STRONG>-warp</STRONG><EM> boolean</EM></A></STRONG><BR>
  279. <DD>
  280. <EM>boolean</EM> must be a boolean value;  it specifies whether
  281. the screen pointer should be warped as well.
  282. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  283. <STRONG>ButtonRelease</STRONG>, and <STRONG>Motion</STRONG> events.
  284. <P></P>
  285. <DT><STRONG><A NAME="item_%2Dwidth_size"><STRONG>-width</STRONG><EM> size</EM></A></STRONG><BR>
  286. <DD>
  287. <EM>Size</EM> must be a screen distance;  it specifies the <EM>width</EM> field
  288. for the event.
  289. Valid for <STRONG>Configure</STRONG> events.
  290. Corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'w'">%w</A> substitution for binding scripts.
  291. <P></P>
  292. <DT><STRONG><A NAME="item_%2Dwhen_when"><STRONG>-when</STRONG><EM> when</EM></A></STRONG><BR>
  293. <DD>
  294. <EM>When</EM> determines when the event will be processed;  it must have one
  295. of the following values:
  296. <DL>
  297. <DT><STRONG><A NAME="item_now"><STRONG>now</STRONG></A></STRONG><BR>
  298. <DD>
  299. Process the event immediately, before the command returns.
  300. This also happens if the <STRONG>-when</STRONG> option is omitted.
  301. <P></P>
  302. <DT><STRONG><A NAME="item_tail"><STRONG>tail</STRONG></A></STRONG><BR>
  303. <DD>
  304. Place the event on perl/Tk's event queue behind any events already
  305. queued for this application.
  306. <P></P>
  307. <DT><STRONG><A NAME="item_head"><STRONG>head</STRONG></A></STRONG><BR>
  308. <DD>
  309. Place the event at the front of perl/Tk's event queue, so that it
  310. will be handled before any other events already queued.
  311. <P></P>
  312. <DT><STRONG><A NAME="item_mark"><STRONG>mark</STRONG></A></STRONG><BR>
  313. <DD>
  314. Place the event at the front of perl/Tk's event queue but behind any
  315. other events already queued with <STRONG>-when mark</STRONG>.
  316. This option is useful when generating a series of events that should
  317. be processed in order but at the front of the queue.
  318. <P></P></DL>
  319. <DT><STRONG><A NAME="item_%2Dx_coord"><STRONG>-x</STRONG><EM> coord</EM></A></STRONG><BR>
  320. <DD>
  321. <EM>Coord</EM> must be a screen distance;  it specifies the <EM>x</EM> field
  322. for the event.
  323. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  324. <STRONG>ButtonRelease</STRONG>, <STRONG>Motion</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>,
  325. <STRONG>Expose</STRONG>, <STRONG>Configure</STRONG>, <STRONG>Gravity</STRONG>, and <STRONG>Reparent</STRONG>
  326. events.
  327. Corresponds to the the <A HREF="../../../site/lib/Tk/bind.html#'x'">%x</A> substitution for binding scripts.
  328. If <EM>Window</EM> is empty the coordinate is relative to the
  329. screen, and this option corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'x'">%X</A> substitution
  330. for binding scripts.
  331. <P></P>
  332. <DT><STRONG><A NAME="item_%2Dy_coord"><STRONG>-y</STRONG><EM> coord</EM></A></STRONG><BR>
  333. <DD>
  334. <EM>Coord</EM> must be a screen distance;  it specifies the <EM>y</EM>
  335. field for the event.
  336. Valid for <STRONG>KeyPress</STRONG>, <STRONG>KeyRelease</STRONG>, <STRONG>ButtonPress</STRONG>,
  337. <STRONG>ButtonRelease</STRONG>, <STRONG>Motion</STRONG>, <STRONG>Enter</STRONG>, <STRONG>Leave</STRONG>,
  338. <STRONG>Expose</STRONG>, <STRONG>Configure</STRONG>, <STRONG>Gravity</STRONG>, and <STRONG>Reparent</STRONG>
  339. events.
  340. Corresponds to the the <A HREF="../../../site/lib/Tk/bind.html#'y'">%y</A> substitution for binding scripts.
  341. If <EM>Window</EM> is empty the coordinate is relative to the
  342. screen, and this option corresponds to the <A HREF="../../../site/lib/Tk/bind.html#'y'">%Y</A> substitution
  343. for binding scripts.
  344. <P>Any options that are not specified when generating an event are filled
  345. with the value 0, except for <EM>serial</EM>, which is filled with the
  346. next X event serial number.</P>
  347. <P></P></DL>
  348. <P>
  349. <HR>
  350. <H1><A NAME="virtual event examples">VIRTUAL EVENT EXAMPLES</A></H1>
  351. <P>In order for a virtual event binding to trigger, two things must
  352. happen.  First, the virtual event must be defined with the
  353. <STRONG>eventAdd</STRONG> method.  Second, a binding must be created for
  354. the virtual event with the <STRONG>bind</STRONG> method.
  355. Consider the following virtual event definitions:</P>
  356. <PRE>
  357.  $widget->eventAdd('<<Paste>>' => '<Control-y>');
  358.  $widget->eventAdd('<<Paste>>' => '<Button-2>');
  359.  $widget->eventAdd('<<Save>>' => '<Control-X><Control-S>');
  360.  $widget->eventAdd('<<Save>>' => '<Shift-F12>');</PRE>
  361. <P>In the <STRONG>bind</STRONG> method, a virtual event can be bound like any other
  362. builtin event type as follows:</P>
  363. <PRE>
  364.  $entry->bind('Tk::Entry', '<<Paste>>' => sub {
  365.                 $entry->Insert($entry->selectionGet) });</PRE>
  366. <P>The double angle brackets are used to specify that a virtual event is being
  367. bound.  If the user types Control-y or presses button 2, or if
  368. a <STRONG><<Paste>></STRONG> virtual event is synthesized with <STRONG>eventGenerate</STRONG>,
  369. then the <STRONG><<Paste>></STRONG> binding will be invoked.</P>
  370. <P>If a virtual binding has the exact same sequence as a separate
  371. physical binding, then the physical binding will take precedence.
  372. Consider the following example:</P>
  373. <PRE>
  374.  $mw->eventAdd('<<Paste>>' => '<Control-y>','<Meta-Control-y>');
  375.  $mw->bind('Tk::Entry', '<Control-y>' => sub{print 'Control-y'});
  376.  $mw->bind('Tk::Entry', '<<Paste>>'   => sub{print 'Paste'});</PRE>
  377. <P>When the user types Control-y the <STRONG><Control-y></STRONG> binding
  378. will be invoked, because a physical event is considered
  379. more specific than a virtual event, all other things being equal.
  380. However, when the user types Meta-Control-y the
  381. <STRONG><<Paste>></STRONG> binding will be invoked, because the
  382. <STRONG>Meta</STRONG> modifier in the physical pattern associated with the
  383. virtual binding is more specific than the <STRONG><Control-y</STRONG>> sequence for
  384. the physical event.</P>
  385. <P>Bindings on a virtual event may be created before the virtual event exists.
  386. Indeed, the virtual event never actually needs to be defined, for instance,
  387. on platforms where the specific virtual event would meaningless or
  388. ungeneratable.</P>
  389. <P>When a definition of a virtual event changes at run time, all windows
  390. will respond immediately to the new definition.
  391. Starting from the preceding example, if the following code is executed:</P>
  392. <PRE>
  393.  $entry->bind(ref($entry), '<Control-y>' => undef);
  394.  $entry->eventAdd('<<Paste>>' => '<Key-F6>');</PRE>
  395. <P>the behavior will change such in two ways.  First, the shadowed
  396. <STRONG><<Paste>></STRONG> binding will emerge.
  397. Typing Control-y will no longer invoke the <STRONG><Control-y></STRONG> binding,
  398. but instead invoke the virtual event <STRONG><<Paste>></STRONG>.  Second,
  399. pressing the F6 key will now also invoke the <STRONG><<Paste>></STRONG> binding.</P>
  400. <P>
  401. <HR>
  402. <H1><A NAME="see also">SEE ALSO</A></H1>
  403. <P><A HREF="../../../site/lib/Tk/bind.html">Tk::bind</A>
  404. <A HREF="../../../site/lib/Tk/callbacks.html">Tk::callbacks</A></P>
  405. <P>
  406. <HR>
  407. <H1><A NAME="keywords">KEYWORDS</A></H1>
  408. <P>event, binding, define, handle, virtual event</P>
  409. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  410. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  411. <STRONG><P CLASS=block> Tk::event - Miscellaneous event facilities: define virtual events and generate events</P></STRONG>
  412. </TD></TR>
  413. </TABLE>
  414.  
  415. </BODY>
  416.  
  417. </HTML>
  418.