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

NAME

dtRdr::GUI::Wx::SearchPane - the search pane

SYNOPSIS

Constructor

new

  my $search = dtRdr::GUI::Wx::SearchPane->new($parent, blah blah);

Setup

__create_children

  $self->__create_children;

__do_layout

  $self->__do_layout;

__do_properties

  $self->__do_properties;

Methods

init

  $pane->init($frame);
  $self->search;

search_toc

  $self->search_toc($regexp, $book);

search_book

  $self->search_book($regexp, $book);

hide_message

  $self->hide_message;

flash_message

  $self->flash_message("Nothing Found", 3);
  $self->enable_search($bool);
  $self->stop_search;

hide_options

Hides the options pane unless the sticky is set.

  $self->hide_options;

_show_options

  $self->_show_options(1|0);

set_options_sticky

  $self->set_options_sticky(1|0);

get_type_choice

Returns the key string corresponding to the type_chooser selection.

  $self->get_type_choice;

get_search_choice

  $self->get_search_choice;

_make_found_context

  $self->_make_found_context($book, $selection);

show_context_menu

  $pane->show_context_menu($node, $wxPoint);

goto_item

  $pane->goto_item($node, $selection);

AUTHOR

Eric Wilhelm <ewilhelm at cpan dot org>

http://scratchcomputing.com/

COPYRIGHT

Copyright (C) 2006 Eric L. Wilhelm and OSoft, All Rights Reserved.

NO WARRANTY

Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.

LICENSE

The dotReader(TM) is OSI Certified Open Source Software licensed under the GNU General Public License (GPL) Version 2, June 1991. Non-encrypted and encrypted packages are usable in connection with the dotReader(TM). The ability to create, edit, or otherwise modify content of such encrypted packages is self-contained within the packages, and NOT provided by the dotReader(TM), and is addressed in a separate commercial license.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.