Tk::Pod::Tree - list Pod file hierarchy |
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.
$path
and open
subtrees to make the $path
visible, if necessary.
the Tk::Tree manpage, the Tk::Pod manpage, tkpod, the Tk::Pod::FindPods manpage.
Slaven Rezi&0x107; <slaven@rezic.de>
Copyright (c) 2001,2004 Slaven Rezi&0x107;. 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 |