1ROText(3) User Contributed Perl Documentation ROText(3)
2
3
4
6 Tk::ROText - 'readonly' perl/Tk Text widget
7
9 use Tk::ROText;
10 ...
11 $ro = $mw->ROText(?options,...?);
12
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
29 widget, text, readonly
30
32 Tk::Text
33
34
35
36perl v5.34.0 2022-01-21 ROText(3)