Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Tk-HistEntry: Tk-HistEntry - Entry widget with history capability
- Summary
- C<Tk::HistEntry> defines entry widgets with history capabilities. The widgets
come in two flavours:
=over 4
=item C<HistEntry> (in package C<Tk::HistEntry::Browse>) - with associated
browse entry
=item C<SimpleHistEntry> (in package C<Tk::HistEntry::Simple>) - plain widget
without browse entry
=back
The user may browse with the B<Up> and B<Down> keys through the history list.
New history entries may be added either manually by binding the
B<Return> key to B<historyAdd()> or
automatically by setting the B<-command> option.
Changelog
- * Thu Apr 22 05:00:00 2004 [email protected]
- Initial build.