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

dlgwin - some controls as children of a XmDialogWindow, shows how to create
         individually laid out top level windows (includes the demodlg.cxx
         file which was created by the dialog editor)
         
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
         
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)
         
phonebk - sample application, should demonstrate how to use various
         controls and how a main window and a dialog can work together

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

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

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

ci2test - some rectangles and circles for testing assignment rules. Each
         object can be resized and moved within its parent (no clipping,
         cursor location determines the parent), valid assignment
         operations can be found out by the user
         
ci2desk - shows how an application desktop with documents, copier, printer
         and a trash can may be implemented (sorry, only named rectangles in
         this example, pixmap support for CI2 is planned for the next release)

