1ROText(3)             User Contributed Perl Documentation            ROText(3)
2
3
4

NAME

6       Tk::ROText - 'readonly' perl/Tk Text widget
7

SYNOPSIS

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

DESCRIPTION

14       This "IS A" text widget with all bindings removed that would alter the
15       contents of the text widget. The contents can still be modified via
16       method calls.
17

KEYS

19       widget, text, readonly
20

SEE ALSO

22       Tk::Text
23
24
25
26perl v5.8.8                       2008-02-05                         ROText(3)
Impressum