lxb is an X/Motif interactive graphical user interface builder. With it you can build a GUI made up of Motif widgets instantiated by clicking on icons, move and resize them with the mouse, edit their resources, and move about in the widget heirarchy via the arrow keys. Once the GUI is built, pressing a button will produce all required C source files to build the GUI, and an X resource file and Makefile. NOTE: This version of lxb is not completed. Not all Motif widgets are included, nor can all resources be edited. However, all instantiated widgets are declared as global, so that you can more easily write any additional code required. I am releasing this software now, even though it is incomplete, since it will take a great deal of time and work to produce a GUI builder comparable to one of the commercial ones. Hopefully, with what capabilities this software does currently have it will be useful for someone. Also, at this time I am only releasing the executable. The software would have to be more complete and stable before I would consider releasing the source. INSTALLATION ------------ Pick your favorite directory, place the file lxb.bin-0.1.tar.gz in it, and enter "zcat lxb.bin-01.tar.gz | tar xvf -". A directory called "lxb-0.1" will be created; move the executable lxb from it and place it in your path. Put the resources from the file Lxb-ad, also from this same directory, where ever you wish to, according to how you do your X resources. bruce.parkin-1@umn.edu