1Frame
2
3Files
4	Imakefile
5	Frame.c
6	Frame.man	(manual page for the Frame widget)
7	FrameP.h
8	Frame.h
9	stip4.bm	(X bitmap)
10	Frame.w		(the real source, see below)
11	FrameT.c	(test program)
12	FrameT.man	(manual page for test program)
13
14N.B.
15	The widget files are computer-generated. The real source is
16	Frame.w. It has been processed with Wbuild (available by
17	anonymous ftp from a.cs.uiuc.edu)
18
19Author
20	Bert Bos <bert@let.rug.nl>
21	Alfa-informatica, Rijksuniversiteit Groningen, The Netherlands
22	August 1992
23
24History
252.0	April 1993
262.0.1	(28 June 1993) Changed change_managed to always set the size
27	of the child. (thanks to M. M. Saggaf <alsaggaf@athena.mit.edu>)
282.1	(7 July 1993) Changed `lightColor' to `topShadowColor' and
29	`darkColor' to `bottomShadowColor', in accordance with Motif
30	usage.
312.1.1	(7 Oct '93) changed `=' in a condition to `==' on line 322
32	(thanks to Robert Forsman)
332.2	(19 Oct '93) moved creation of bitmaps from initialize to
34	realize method. This was an error: it cannot be assumed that a
35	widget already has a window ID when it is in it's initialize
36	method. (Thanks to Rich Alberth)
372.2.1	(6 Dec '93) Added forgotten `return need_redisplay' to `set_values'
38
39
40
41Local Variables:
42mode: indented-text
43end:
44