Tk::TextUndo
perl/tk text widget with bindings to undo changes.
- Provided by: perl-tk (Version: 1:804.036+dfsg1-1ubuntu3)
- Report a bug
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:
widget, text, undo
Tk::Text, Tk::ROText