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

NAME

6       Tk::Pod::Search - Widget to access perlindex Pod full text index
7

SYNOPSIS

9           use Tk::Pod::Search;
10           ...
11           $widget = $parent->PodSearch( ... );
12           ...
13           $widget->configure( -search => WORDS_TO_SEARCH );
14

DESCRIPTION

16       GUI interface to the full Pod text indexer perlindex.
17

OPTIONS

19       Class: Search
20       Member: search
21       Option: -search
22           Expects a list of words (or a whitespace separated list).
23
24       Class: undef
25       Member: undef
26       Option: -command
27           Defines a call back that is called when the use selects a Pod file.
28           It gets the full path name of the Pod file as argument.
29

METHODS

31       $widget->method1(...,?...?)
32

SEE ALSO

34       Tk::Pod::Text, tkpod, perlindex, Tk::Pod, Tk::Pod::Search_db
35

KEYWORDS

37       widget, tk, pod, search, full text
38

AUTHOR

40       Achim Bohnet <ach@mpe.mpg.de>
41
42       Current maintainer is Slaven Rezić <slaven@rezic.de>.
43
44       Copyright (c) 1997-1998 Achim Bohnet. All rights reserved.  This
45       program is free software; you can redistribute it and/or modify it
46       under the same terms as Perl itself.
47
48
49
50perl v5.30.0                      2019-07-26                    Pod::Search(3)
Impressum