
The following directory contains


wedit - simple widget editor, a simple widget editor 
	 which demonstrates creating, loading, and saving display list widgets.
	
	wedit.c - main application setup and loop.
	ui.c - somewhat application specific user interface routines.
	cmds.c - the commands that embody the application.


Bugs: -- Dialog boxes don't clear themselves out (no matter how hard we try)
         without inducing worse bugs (NULL's showing up). Dialog box SaveUnders don't
	 appear to be working correctly.
      -- There is no documented way to go from an RGB color number to the closest RGB ascii name
          (to make saving of colors more intelligable). 
      -- Current color numbers get saved and hence loaded incorrectly. This is a problem only with saving.
      -- The toplevel widget must be created manually. It must have the line "primary_children:"
         included in it, but no actual children included in it's file.
      -- Exposure events are not making it onto the screen, sometimes it appears to be a
	 race condition. 
      -- Move widget moves the widget but the widget never is notified
      -- Copy widget(s) not implemented

But it's FREE

	      