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


Tk-Pod documentation  | view source Contained in the Tk-Pod distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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




DESCRIPTION

Top

GUI interface to the full Pod text indexer perlindex.

OPTIONS

Top

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

Top

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

SEE ALSO

Top

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

KEYWORDS

Top

widget, tk, pod, search, full text

AUTHOR

Top

Achim Bohnet <ach@mpe.mpg.de>

Current maintainer is Slaven Reziæ <slaven@rezic.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.


Tk-Pod documentation  | view source Contained in the Tk-Pod distribution.