AdjRowCol - Widget (Adjustable RowColumn)

This Widget is basically a RowColumn widget with user-adjustable
cells, similar to Motif's paned widget.
The intention for writing this was the lack of a Horizontal PaneWindow
in Motif. So I just took the full step and built a widget that can
contain an arbitrary number of rows and columns being user adjustable.

This version is pretty much ALPHA (Indeed I just put in the things that
I needed at the time I wrote it).
But it might be usable to you, so I released it.
Comments and suggestions are really appreciated.

Because I haven't had the time to write a manpage yet, please take
a look at the header-file AdjRowCol.h for a listing of resources.


		    Copyright (C) 1995 Gerd Rausch
	       Please send comments and suggestions to:
			  <gerd@alf.gun.de>

AdjRowCol is free software; you can redistribute it and/or modify it under
the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

AdjRowCol is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU Library General Public
License along with this software; see the file COPYING.LIB.  If not,
write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA
02139, USA.
