The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tk::PodViewer::Full - Deluxe Tk::PodViewer widget.

SYNOPSIS

 require Tk::PodViewer::Full
 my $podviewer = $app->PodViewerFull->pack;
 $podviewer->load('SomePerlFileWithPod.pm');

DESCRIPTION

Tk::PodViewer::Full is a deluxe verstion of Tk::PodViewer. It adds a toolbar and a popable search bar.

OPTIONS

Switch: -nextimage

Image to be used for the next button.

Switch: -previmage

Image to be used for the previous button.

Switch: -zoominimage

Image to be used for the zoom-in button.

Switch: -zoomoutimage

Image to be used for the zoom-out button.

Switch: -zoomresetimage

Image to be used for the zoom-reset button.

ADVERTISED SUBWIDGETS

Searchbar The poppable search bar.

Search The entry inside the Searchbar.

Toolbar The tool frame in the top.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

TODO

BUGS AND CAVEATS

If you find any bugs, please contact the author.

SEE ALSO

Tk::PodViewer