
TDEntry - small widget to support the search key entry part of a TDFinder widget

my $tdEntry = $parent->TDEntry( ?options? );

This is just a collection of an Entry widget, a Label, and a Checkbutton.
Text to put into the Label part of the TDEntry widget.
Default: 'Search'
The Entry widget.
Returns the current value of the caseSensitive checkbutton.

perl/Tk tdfind support widgets

Reid Augustin, <reid@netchip.com>

Copyright (C) 2004, 2005 by Reid Augustin
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.