NAME

Tkx::ROText - Read-only Tkx text widget.

SYNOPSIS

use Tkx::ROText;
...
my $text = $parent->new_tkx_ROText();

DESCRIPTION

Tk doesn't have a read-only text widget which means that Tkx -- being a thin wrapper -- doesn't either. This module provides a text widget that is read-only (to the end-user) but which may be modified programatically. In all other ways it behaves as (and in fact is) a standard text widget.

BUGS

Please report any bugs or feature requests to bug-tkx-rotext at rt.cpan.org or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Tkx-ROText. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Tkx::ROText

You can also look for information at:

AUTHOR

Michael J. Carman, <mjcarman at cpan.org>

COPYRIGHT & LICENSE

Copyright 2009 Michael J. Carman, all rights reserved.

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