Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / ROText.pod
CommitLineData
86530b38
AT
1
2=head1 NAME
3
4Tk::ROText - 'readonly' perl/Tk Text widget
5
6=for pm Tk/ROText.pm
7
8=for category Derived Widgets
9
10=head1 SYNOPSIS
11
12 use Tk::ROText;
13 ...
14 $ro = $mw->ROText(?options,...?);
15
16=head1 DESCRIPTION
17
18This "I<IS A>" text widget with all bindings removed that would alter
19the contents of the text widget. The contents can still be modified
20via method calls.
21
22=head1 KEYS
23
24widget, text, readonly
25
26=head1 SEE ALSO
27
28L<Tk::Text>
29
30=cut
31