dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree.
SYNOPSIS
Methods
book_root
Create a root for the book.
$tree->book_root($book);
When we're displaying multiple books, this will not be the root of the tree?
want_item
$item = $tree->want_item($node);
parent_item
Get or create the tree down to (not including) the given node.
my $parent = $tree->parent_item($node);
append_item
Append a TOC node to the tree.
$tree_item = $tree->append_item($parent_item, $toc);
Event Handlers
show_context_menu
$self->show_context_menu($evt);
item_activated
$tree->item_activated($event);
Product's homepage
Requirements:
· Perl