Xm++ Samples
------------

dlgwin - some controls as children of a XmDialogWindow, shows how to create
         individually laid out top level windows (includes the demodlg.C
         file which was created by the dialog editor)
         [Motif, Xaw, TIP] 

dlgbox - demonstrates the Motif system dialogs (message box, prompter, list
         selector, file selection box) and a user defined dialog box with
         the same contents as in the dlgwin example above
         [Motif, Xaw, TIP] 

toolbars - main window with text area and toolbars around it, hiding and
         showing bars works only with Motif (uses the icon?.gif files as
         pictures for the toolbar buttons)
         [Motif, Xaw] 

phonebk - sample application, should demonstrate how to use various
         controls and how a main window and a dialog can work together
         [Motif, Xaw, TIP] 

hexedit - editor for binary files, takes a file name as command line argument
         and displays its contents in an array of edit fields
         [Motif, Xaw] 

showimg - very simple image viewer, shows all pictures in images.lst
         or in a file given as command line argument, uses a toolbar
         [Motif, Xaw] 


CommonInteract II Samples
-------------------------

ci2test - a demo with two resizeable rect objects connected with an arrow
         [Motif, Xaw] 

ci2desk - shows how an application desktop with documents, copier, printer
         and a trash can may be implemented. Can be compiled with options
         to show colors and images.
         [Motif, Xaw] 
