Tk::Pod::Text

Tk::Pod::Text is a Pod browser widget.
Download

Tk::Pod::Text Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nick Ing-Simmons
  • Publisher web site:
  • http://search.cpan.org/~ni-s/

Tk::Pod::Text Tags


Tk::Pod::Text Description

Tk::Pod::Text is a Pod browser widget. Tk::Pod::Text is a Pod browser widget.SYNOPSIS use Tk::Pod::Text; $pod = $parent->Scrolled("PodText", -file => $file, -scrollbars => "osoe", ); $file = $pod->cget('-path'); # ?? the name path is confusing :-(Tk::Pod::Text is a readonly text widget that can display Pod documentation.OPTIONS-fileThe named (pod) file to be displayed.-pathReturn the expanded path of the currently displayed Pod. Useable only with the cget method.-poddoneA callback to be called if parsing and displaying of the Pod is done.-wrapSet the wrap mode. Default is word.-scrollbarsThe position of the scrollbars, see also Tk::Scrolled. By default, the vertical scrollbar is on the right on Windows systems and on the left on X11 systems.Note that it is not necessary and usually will do the wrong thing if you put a Tk::Pod::Text widget into a Scrolled component.Other options are propagated to the embedded Tk::More widget. Requirements: · Perl


Tk::Pod::Text Related Software