Tk::Pod::Search(3) Widget to access perlindex Pod full text index

SYNOPSIS


use Tk::Pod::Search;
...
$widget = $parent->PodSearch( ... );
...
$widget->configure( -search => WORDS_TO_SEARCH );

DESCRIPTION

GUI interface to the full Pod text indexer perlindex.

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.

METHODS

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

KEYWORDS

widget, tk, pod, search, full text

AUTHOR

Achim Bohnet <[email protected]>

Current maintainer is Slaven Rezić <[email protected]>.

Copyright (c) 1997-1998 Achim Bohnet. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.