CHANGES OVERVIEW: (details below)
Maintenance release to correct memory leak, and minor documentation problems.
JComboBox is a Combo Box implementation that combines several features of the various Combo Box implementations available for Perl/Tk and attempts to provide a solution that should cover the majority of your Combo Box needs. The implementation tends to skew somewhat towards the Java and Win32 implementation of a Combo Box more than the Motif one.
Thanks to everyone who has contributed suggestions, code, and any other feedback. I'm not always able to incorporate that feedback, but I've always found it to be helpful. I hope this widget continues to be useful.
CHANGES for 1.14 RELEASE: (Full Change history in Changes file)
1.14 Maintenance/Bug Fixes: (No new features)
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Tk
Tie::Array
Tie::Watch
Optional dependencies (for testing):
Test::Pod
COPYRIGHT AND LICENCE
Copyright (C) 2001-2006 Rob Seegel (RobSeegel[at]comcast.net)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.