1Pod::Search(3) User Contributed Perl Documentation Pod::Search(3)
2
3
4
6 Tk::Pod::Search - Widget to access perlindex Pod full text index
7
9 use Tk::Pod::Search;
10 ...
11 $widget = $parent->PodSearch( ... );
12 ...
13 $widget->configure( -search => WORDS_TO_SEARCH );
14
16 GUI interface to the full Pod text indexer perlindex.
17
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
31 $widget->method1(...,?...?)
32
34 Tk::Pod::Text, tkpod, perlindex, Tk::Pod, Tk::Pod::Search_db
35
37 widget, tk, pod, search, full text
38
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.36.0 2023-01-20 Pod::Search(3)