NAME

Tk::ROText - 'readonly' perl/tk Text widget

SYNOPSIS


use Tk::ROText; ... $ro = $mw->ROText(?options,...?);

DESCRIPTION

This IS-A text widget with all bindings removed that would alter the contents of the text widget.

KEYS

widget, text, readonly

SEE ALSO

Tk::Text\|(3)