Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

Tk::ROText (3)

Name

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

Synopsis

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

Description

User Contributed Perl Documentation                                  ROText(3)



NAME
       Tk::ROText - 'readonly' perl/Tk Text widget

SYNOPSIS
           use Tk::ROText;
           ...
           $ro = $mw->ROText(?options,...?);

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

   BINDINGS
       Only read-only bindings from Tk::Text are available in Tk::ROText.
       Additionally the following bindings are defined:

       <space>
           Move the cursor forward by one screenful.

       <BackSpace>
           Move the cursor backward by one screenful.

KEYWORDS
       widget, text, readonly


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------------+
       |ATTRIBUTE TYPE |      ATTRIBUTE VALUE       |
       +---------------+----------------------------+
       |Availability   | library/perl-5/perl-tk-532 |
       +---------------+----------------------------+
       |Stability      | Volatile                   |
       +---------------+----------------------------+

SEE ALSO
       Tk::Text



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.036.tar.gz.

       Further information about this software can be found on the open source
       community website at http://search.cpan.org/~srezic/Tk.



perl v5.32.0                      2013-11-15                         ROText(3)