Files in Tk-Contrib have been contributed by various people at
various times.


Included widgets:

	Tk::Axis - Canvas with Axes
	Tk::Dial - an alternative to the Scale widget
	Tk::OlWm - Interface to OpenLook properties of Toplevel widget
	Tk::TiedListbox - gang together Listboxes


Installation:

	perl Makefile.PL
	make
	make test
	# try script(s) in demo directory (optional)
	make install

Please send question, suggestions, bug reports and patches to
the perl/Tk mailing list

	ptk@lists.stanford.edu

Achim Bohnet <ach@mpe.mpg.de>


Success Reports:

v0.03: At least the 4 items build, test, and install (and the demo works)

	perl5.004_54/Tk402.003
		SPARC/Solaris 2.5.1/Sun Compiler
	perl5.004_04/Tk402.003
		Digital Unix V4.0b, DEC CC compiler

History:

Version 0.05

	o patch of TiedListbox to fix scrolling

		Subject: Re: Database -> TiedListbox widget
		Date: Fri, 12 Dec 1997 09:45:47 -0700
		From: Andrew Allen <ada@hpesada.fc.hp.com>

Version 0.04

	o Typos fixed in README (Larry Virden <lvirden@cas.org>)

	o Many little documentation fixes (Larry Virden <lvirden@cas.org>)

	o (Mis)use Revision keyword of prcs for $VERSION.  '+1' offset
	  necessary to get a new $VERSION higher than 2.00x that was set
	  earlier by perforce.	

	o README: Added simple success reports table for this distribution

Version 0.03

	o now flat subdirectory structure

	o demos/tiedlistbox strict and -w clean

Version 0.02

	o added trivial tests: may only uncover possible -w warnings

	o Each contribution has it's own dir that a ready CPAN dist
	  after

		# add README file
		echo 'Makefile$' > MANIFEST.SKIP
		mkdir t && 
		perl Makefile.PL
		make manifest
		make dist

	  Blech!  Better remove subdir overhead and write a CPAN HOWTO

	o MM NAME attr set to Tk::Whatever => better perllocal.pod
	  entry but creates unnecessary auto/Tk/Whatever/.packlist

	
	o Removed FileDialog and WaitBox. They have their
	  own CPAN distribution already

	o Removed book-examples and TickerTape. They are not
	  widgets

Version 0.01:

	o Contrib tree from Tk402.003