Query: tk::pod::search
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Pod::Search(3pm) User Contributed Perl Documentation Pod::Search(3pm)NAMETk::Pod::Search - Widget to access perlindex Pod full text indexSYNOPSISuse Tk::Pod::Search; ... $widget = $parent->PodSearch( ... ); ... $widget->configure( -search => WORDS_TO_SEARCH );DESCRIPTIONGUI interface to the full Pod text indexer perlindex.OPTIONSClass: 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(...,?...?)SEE ALSOTk::Pod::Text, tkpod, perlindex, Tk::Pod, Tk::Pod::Search_dbKEYWORDSwidget, tk, pod, search, full textAUTHORAchim Bohnet <ach@mpe.mpg.de> Current maintainer is Slaven ReziX <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. perl v5.14.2 2012-03-05 Pod::Search(3pm)