The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tk::Pod::Search - 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

Expects a list of words (or a whitespace seperated 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(...,?...?)

SEE ALSO

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

KEYWORDS

widget, tk, pod, search, full text

AUTHOR

Achim Bohnet <ach@mpe.mpg.de>

Current maintainer is Slaven Rezic <slaven.rezic@berlin.de>.

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.