Pod::Tree(3pm) | User Contributed Perl Documentation | Pod::Tree(3pm) |
Tk::Pod::Tree - list Pod file hierarchy
use Tk::Pod::Tree; $parent->PodTree;
The Tk::Pod::Tree widget shows all available Perl Pod documentation in a tree.
A cache of Pod modules is written unless the -usecache configuration option of the widget is set to false.
If "-forked" is specified, then searching for Pods is done in the background, if possible. Note that the default is currently unspecified.
A callback may be specified with the "-fillcb" option and will be called after the tree is filled.
Tk::Tree, Tk::Pod, tkpod, Tk::Pod::FindPods.
Slaven Rezić <slaven@rezic.de>
Copyright (c) 2001,2004 Slaven Rezić. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2016-02-14 | perl v5.22.1 |