logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       This "ISA" 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

Name

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

See Also

       Tk::Text

perl v5.40.1                                       2025-04-13                                        ROText(3pm)

Synopsis

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

See Also