This widget provide: - a read-only text widget (based on Tk::ROText) for logging through the Log::Dispatch module. - a Tk interface class to handle logs between Log::Dispatch and the Tk widget dedicated to log message from Log::Dispatch. See the embedded documentation in the module for more details. Comments and suggestions are always welcome. Legal mumbo jumbo: Copyright (c) 2000-2002 Hewlett-Packard Company. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Author: Dominique Dumont (dominique_dumont@grenoble.hp.com) --------------------------------------------------------------------- INSTALLATION gunzip -c .tar.gz | tar xvf - cd perl Makefile.PL make test make install