Tk::Pod::Search - Widget to access perlindex Pod full text index |
Tk::Pod::Search - Widget to access perlindex Pod full text index
use Tk::Pod::Search; ... $widget = $parent->PodSearch( ... ); ... $widget->configure( -search => WORDS_TO_SEARCH );
GUI interface to the full Pod text indexer perlindex.
the Tk::Pod::Text manpage, tkpod, perlindex, the Tk::Pod manpage, the Tk::Pod::Search_db manpage
widget, tk, pod, search, full text
Achim Bohnet <ach@mpe.mpg.de>
Current maintainer is Slaven Rezi&0x0107; <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::Search - Widget to access perlindex Pod full text index |