Tk::Pod::Search - Widget to access perlindex Pod full text index
Contents
Description
GUI interface to the full Pod text indexer perlindex.
Keywords
widget, tk, pod, search, full text
Methods
$widget->method1(...,?...?)
Name
Tk::Pod::Search - Widget to access perlindex Pod full text index
Options
Class: Search
Member: search
Option: -search
Expects a list of words (or a whitespace separated list).
Class: undef
Member: undef
Option: -command
Defines a call back that is called when the use selects a Pod file. It gets the full path name of the
Pod file as argument.
See Also
Tk::Pod::Text, tkpod, perlindex, Tk::Pod, Tk::Pod::Search_db
Synopsis
use Tk::Pod::Search;
...
$widget = $parent->PodSearch( ... );
...
$widget->configure( -search => WORDS_TO_SEARCH );
