1Pod::Tree(3)          User Contributed Perl Documentation         Pod::Tree(3)
2
3
4

NAME

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

SYNOPSIS

9           use Tk::Pod::Tree;
10
11           $parent->PodTree;
12

WIDGET-SPECIFIC OPTIONS

14       Name: -showcommand
15           Specifies a callback for selecting a Pod module (Button-1 binding).
16
17       Name: -showcommand2
18           Specifies a callback for selecting a Pod module in a different
19           window (Button-2 binding).
20
21       Name: -usecache
22           True, if a cache of Pod modules should be created and used. The
23           default is true.
24

DESCRIPTION

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

WIDGET METHODS

30       $tree->Fill(?-nocache => 1?, ?-forked => 0|1?, ?-fillcb => ...?)
31           Find Pod modules and fill the tree widget. If -nocache is
32           specified, then no cache will be used for loading.
33
34           A cache of Pod modules is written unless the -usecache
35           configuration option of the widget is set to false.
36
37           If "-forked" is specified, then searching for Pods is done in the
38           background, if possible. Note that the default is currently
39           unspecified.
40
41           A callback may be specified with the "-fillcb" option and will be
42           called after the tree is filled.
43
44       $tree->SeePath($path)
45           Move the anchor/selection and view to the given $path and open
46           subtrees to make the $path visible, if necessary.
47

SEE ALSO

49       Tk::Tree, Tk::Pod, tkpod, Tk::Pod::FindPods.
50

AUTHOR

52       Slaven Rezić <slaven@rezic.de>
53
54       Copyright (c) 2001,2004 Slaven Rezić.  All rights reserved.  This
55       program is free software; you can redistribute it and/or modify it
56       under the same terms as Perl itself.
57
58
59
60perl v5.32.0                      2020-07-28                      Pod::Tree(3)
Impressum