NAME

tkxed - Simple editor

SYNOPSIS

tkxed [<file>]

DESCRIPTION

The tkxed program is a simple text editor implemented with the Tkx toolkit. Its main purpose is to demonstrate how this kind of application is written, so please take a look at its source code.

When the editor starts up it shows a blank page where you can start entering text directly. Right click in the editor window to bring up the menu that allow you to load and save files.

If a file name is passed on the command line then the editor will visit this file initially.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright 2005 ActiveState. All rights reserved.

SEE ALSO

Tkx