pod::text(3)
NAME
Tk::Pod::Text - POD browser widget
SYNOPSIS
use Tk::Pod::Text;
$pod = $parent->PodText(
-file => ?
-scrollbars => ?
);
$file = $pod->cget('-path'); # ?? the name path is
confusing :-(
DESCRIPTION
Tk::Pod::Text is a readonly text widget that can display
POD documentation.
SEE ALSO
Tk::More Tk::Pod perlpod tkpod perlindex
KNOWN BUGS
See TODO files of Tk-Pod distribution
POD TO VERIFY PodText WIDGET
For PodText see Tk::Pod::Text.
A "fixed width" font.
Text in slant italics.
A <=for> paragraph is hidden between here
and there.
A file: /usr/local/bin/perl. A variable $a without
markup.
boofar is in S<>.
German Umlaute:
auml: ae,
Auml: Ae,
ouml: oe,
Ouml: Oe,
Uuml: ue,
Uuml: Ue,
sz: ss.
Pod with Umlaut: ExtUtils::MakeMaker and ExtUtils::Make
Maker.
Details: perlpod or perl, perlfunc.
- Here some code in a as is paragraph
- use Tk;
my $mw = MainWindow->new;
...
MainLoop
__END__ - Fonts: sanserif, "fixed", bold, italics, normal, or file /path/to/a/file
- Mixed Fonts: bold-sanserif, "bold-fixed", bboolldd--iittaalliiccss
- Other POD docu: Tk::Font, Tk::BrowseEntry
AUTHOR
Nick Ing-Simmons <nick@ni-s.u-net.com>
Code currently maintained by Achim Bohnet
<ach@mpe.mpg.de>. Please send bug reports to
<ptk@lists.stanford.edu>.
- Copyright (c) 1998 Nick Ing-Simmons. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.