home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _0a8748bfc7f99059af46f88dedf51bd2 < prev    next >
Encoding:
Text File  |  2004-06-01  |  477 b   |  32 lines

  1.  
  2. =head1 NAME
  3.  
  4. Tk::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.  
  18. This "I<IS A>" text widget with all bindings removed that would alter
  19. the contents of the text widget. The contents can still be modified
  20. via method calls.
  21.  
  22. =head1 KEYS
  23.  
  24. widget, text, readonly
  25.  
  26. =head1 SEE ALSO
  27.  
  28. L<Tk::Text>
  29.  
  30. =cut
  31.  
  32.