| Tk-Pod documentation | view source | Contained in the Tk-Pod distribution. |
Tk::Pod::Tree - list Pod file hierarchy
use Tk::Pod::Tree;
$parent->PodTree;
Specifies a callback for selecting a Pod module (Button-1 binding).
Specifies a callback for selecting a Pod module in a different window (Button-2 binding).
True, if a cache of Pod modules should be created and used. The default is true.
The Tk::Pod::Tree widget shows all available Perl Pod documentation in a tree.
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.
Move the anchor/selection and view to the given $path and open
subtrees to make the $path visible, if necessary.
Tk::Tree, Tk::Pod, tkpod, Tk::Pod::FindPods.
Slaven Rezi107 <slaven@rezic.de>
Copyright (c) 2001,2004 Slaven Rezi107. 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 documentation | view source | Contained in the Tk-Pod distribution. |