Tk::TextUndo - perl/tk text widget with bindings to undo changes. |
Tk::TextUndo - perl/tk text widget with bindings to undo changes.
use Tk::TextUndo;
$testundo = $parent->TextUndo(?-option=>value, ...?);
This IS-A text widget with an unlimited 'undo' history but without a re'undo' capability.
The TextUndo
widget has the same bindings as the Text widget.
In addition there are the following bindings:
The TextUndo
widget has the same methods as Text
widget.
Additional methods for the TextUndo
widget are:
Load()
delete the previous contents of the text widget as well as it's
undo history of the previous file.
Save(?$otherfilename?)
Load()
call. If no file was previously Load()'ed an error message
pops up. The default filename of the last Load()
call
is not overwriten by $otherfilename.
FileName(?$otherfilename?)
widget, text, undo
the Tk::Text manpage, the Tk::ROText manpage
Tk::TextUndo - perl/tk text widget with bindings to undo changes. |