1ROText(3) User Contributed Perl Documentation ROText(3)
23
4
NAME
6Tk::ROText - 'readonly' perl/Tk Text widget
7
SYNOPSIS
9use Tk::ROText;
10...
11$ro = $mw->ROText(?options,...?);
12
DESCRIPTION
14This "IS A" text widget with all bindings removed that would alter the
15contents of the text widget. The contents can still be modified via
16method calls.
17
KEYS
19widget, text, readonly
20
SEE ALSO
22Tk::Text
2324
25
26
perl v5.8.8 2008-02-05 ROText(3)