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.

ENVIRONMENT

TKPODDEBUG

Turn debugging mode on if set to a true value.

TKPODPRINT

Use the specified program for printing the current pod. If the string contains a %s, then filename substitution is used, otherwise the filename of the POD document is appended to the value of TKPODPRINT. Here is a silly example to send the POD to a web browser:

env TKPODPRINT="pod2html %s > %s.html; galeon %s.html" tkpod ...
TKPODEDITOR

Use the specified program for editing the current pod. If TKPODEDITOR is not specified then the first defined value of XEDITOR, VISUAL, or EDITOR is used on Unix. As a last fallback, ptked or vi are used, depending on platform and existance of a terminal.

SEE ALSO

Tk::More Tk::Pod Tk::Pod::SimpleBridge Tk::Pod::Styles Tk::Pod::Search Tk::Pod::Search_db 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: ä ä,
Auml: Ä Ä,
ouml: ö ö,
Ouml: Ö Ö,
Uuml: ü ü,
Uuml: Ü Ü,
sz: ß ß.

Pod with Umlaut: ExtUtils::MakeMaker and ExtUtils::MakeMaker.

Details: perlpod or perl, perlfunc.

Here some code in a as is paragraph

use Tk;
my $mw = MainWindow->new;
...
MainLoop
__END__

Fonts: fixed, bold, italics, normal, or file /path/to/a/file

Mixed Fonts: bold-fixed, bold-italics

Non-breakable text: The quick brown fox jumps over the lazy fox.

Other POD docu: Tk::Font, Tk::BrowseEntry

AUTHOR

Nick Ing-Simmons <nick@ni-s.u-net.com>

Current maintainer is Slaven Rezic <slaven.rezic@berlin.de>.

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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 903:

You forgot a '=back' before '=head1'

Around line 944:

Non-ASCII character seen before =encoding in 'ä,'. Assuming CP1252