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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Tk::TextUndo - perl/tk text widget with bindings to undo changes.</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::TextUndo - perl/tk text widget with bindings to undo changes.</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.     <UL>
  26.  
  27.         <LI><A HREF="#bindings">Bindings</A></LI>
  28.         <LI><A HREF="#methods">Methods</A></LI>
  29.     </UL>
  30.  
  31.     <LI><A HREF="#keys">KEYS</A></LI>
  32.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  33. </UL>
  34. <!-- INDEX END -->
  35.  
  36. <HR>
  37. <P>
  38. <H1><A NAME="name">NAME</A></H1>
  39. <P>Tk::TextUndo - perl/tk text widget with bindings to undo changes.</P>
  40. <P>
  41. <HR>
  42. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  43. <UL>
  44. <LI>Linux</LI>
  45. <LI>Solaris</LI>
  46. <LI>Windows</LI>
  47. </UL>
  48. <HR>
  49. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  50. <P>    <STRONG>use Tk::TextUndo;</STRONG></P>
  51. <P>    <EM>$testundo</EM> = <EM>$parent</EM>-><STRONG>TextUndo</STRONG>(?<EM>-option</EM>=><EM>value</EM>, ...?);</P>
  52. <P>
  53. <HR>
  54. <H1><A NAME="description">DESCRIPTION</A></H1>
  55. <P>This IS-A text widget with an unlimited 'undo' history but without
  56. a re'undo' capability.</P>
  57. <P>
  58. <H2><A NAME="bindings">Bindings</A></H2>
  59. <P>The <CODE>TextUndo</CODE> widget has the same bindings as the <A HREF="../../../site/lib/Tk/Text.html">Text</A> widget.
  60. In addition there are the following bindings:</P>
  61. <DL>
  62. <DT><STRONG><A NAME="item_Event_%3CL4%3E_%3C%3CUndo%3E%3E">Event <L4> <<Undo>></A></STRONG><BR>
  63. <DD>
  64. undo the last change.  Pressing <L4> several times undo
  65. step by step the changes made to the text widget.
  66. <P></P></DL>
  67. <P>
  68. <H2><A NAME="methods">Methods</A></H2>
  69. <P>The <CODE>TextUndo</CODE> widget has the same methods as <CODE>Text</CODE> widget.
  70. Additional methods for the <CODE>TextUndo</CODE> widget are:</P>
  71. <DL>
  72. <DT><STRONG><A NAME="item_Load">$text->Load($filename);</A></STRONG><BR>
  73. <DD>
  74. Loads the contents of the $filename into the text widget. <A HREF="#item_Load"><CODE>Load()</CODE></A>
  75. delete the previous contents of the text widget as well as it's
  76. undo history of the previous file.
  77. <P></P>
  78. <DT><STRONG><A NAME="item_Save">$text-><CODE>Save(?$otherfilename?)</CODE></A></STRONG><BR>
  79. <DD>
  80. Save contents of the text widget to a file. If the
  81. $otherfilename is not specified, the text widget contents
  82. writes the file of $filename used in the last <A HREF="#item_Load"><CODE>Load()</CODE></A>
  83. call.  If no file was previously Load()'ed an error message
  84. pops up.  The default filename of the last <A HREF="#item_Load"><CODE>Load()</CODE></A> call
  85. is not overwriten by $otherfilename.
  86. <P></P>
  87. <DT><STRONG><A NAME="item_FileName">$text-><CODE>FileName(?$otherfilename?)</CODE></A></STRONG><BR>
  88. <DD>
  89. If passed an argument sets the file name associated with the loaded
  90. document. Returns the current file name associated with the document.
  91. <P></P></DL>
  92. <P>
  93. <HR>
  94. <H1><A NAME="keys">KEYS</A></H1>
  95. <P>widget, text, undo</P>
  96. <P>
  97. <HR>
  98. <H1><A NAME="see also">SEE ALSO</A></H1>
  99. <P><A HREF="../../../site/lib/Tk/Text.html">the Tk::Text manpage</A>, <A HREF="../../../site/lib/Tk/ROText.html">the Tk::ROText manpage</A></P>
  100. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  101. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  102. <STRONG><P CLASS=block> Tk::TextUndo - perl/tk text widget with bindings to undo changes.</P></STRONG>
  103. </TD></TR>
  104. </TABLE>
  105.  
  106. </BODY>
  107.  
  108. </HTML>
  109.