Frame

Files
	Imakefile
	Frame.c
	Frame.man	(manual page for the Frame widget)
	FrameP.h
	Frame.h
	stip4.bm	(X bitmap)
	Frame.w		(the real source, see below)
	FrameT.c	(test program)
	FrameT.man	(manual page for test program)

N.B.
	The widget files are computer-generated. The real source is
	Frame.w. It has been processed with Wbuild (available by
	anonymous ftp from a.cs.uiuc.edu)

Author
	Bert Bos <bert@let.rug.nl>
	Alfa-informatica, Rijksuniversiteit Groningen, The Netherlands
	August 1992

History
2.0	April 1993
2.0.1	(28 June 1993) Changed change_managed to always set the size
	of the child. (thanks to M. M. Saggaf <alsaggaf@athena.mit.edu>)
2.1	(7 July 1993) Changed `lightColor' to `topShadowColor' and
	`darkColor' to `bottomShadowColor', in accordance with Motif
	usage.
2.1.1	(7 Oct '93) changed `=' in a condition to `==' on line 322
	(thanks to Robert Forsman)
2.2	(19 Oct '93) moved creation of bitmaps from initialize to
	realize method. This was an error: it cannot be assumed that a
	widget already has a window ID when it is in it's initialize
	method. (Thanks to Rich Alberth)
2.2.1	(6 Dec '93) Added forgotten `return need_redisplay' to `set_values'



Local Variables:
mode: indented-text
end:
