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
18   BINDINGS
19       Only read-only bindings from Tk::Text are available in Tk::ROText.
20       Additionally the following bindings are defined:
21
22       <space>
23           Move the cursor forward by one screenful.
24
25       <BackSpace>
26           Move the cursor backward by one screenful.
27

KEYWORDS

29       widget, text, readonly
30

SEE ALSO

32       Tk::Text
33
34
35
36perl v5.16.3                      2014-06-10                         ROText(3)
Impressum