Tk::Pod::Tree - list Pod file hierarchy


NAME

Tk::Pod::Tree - list Pod file hierarchy


SYNOPSIS

    use Tk::Pod::Tree;
    $parent->PodTree;


WIDGET-SPECIFIC OPTIONS

Name: -showcommand
Specifies a callback for selecting a Pod module (Button-1 binding).

Name: -showcommand2
Specifies a callback for selecting a Pod module in a different window (Button-2 binding).

Name: -usecache
True, if a cache of Pod modules should be created and used. The default is true.


DESCRIPTION

The Tk::Pod::Tree widget shows all available Perl Pod documentation in a tree.


WIDGET METHODS

$tree->Fill(?-nocache => 1?)
Find Pod modules and fill the tree widget. If -nocache is specified, then no cache will be used for loading.

A cache of Pod modules is written unless the -usecache configuration option of the widget is set to false.

$tree->SeePath($path)
Move the anchor/selection and view to the given $path and open subtrees to make the $path visible, if necessary.


SEE ALSO

Tk::Tree(3), Tk::Pod(3), tkpod(1), Tk::Pod::FindPods(3).


AUTHOR

Slaven Rezic <slaven@rezic.de>

Copyright (c) 2001 Slaven Rezic. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Tk::Pod::Tree - list Pod file hierarchy