This directory contains client programs for use with the Xmt library. The most important client is mockup, a very simple Xmt application that registers all Xm and Xmt widget classes, registers all Xmt resource converters, and "mocks up" an interface described in a resource file. This can be very useful while prototyping interfaces. Try it on the file demo.ad, for example: mockup demo This looks for a resource file named demo.ad, Demo.ad, app-resources/Demo, etc. and then expects the toplevel widget described in that files to be named "demo". If you want to specify specify the widget name and filename separately, you can use this syntax: mockup demo ~/xmt-demos/demo.ad for example. The remaining clients are all shell scripts: checkres checks resource file syntax and issues warning messages ad2c converts a resource file to a list of C strings, suitable for inclusion into a C array. xbm2res converts an XBM file to a form for inclusion in a resource file, for use with the Xmt Pixmap and Bitmap converters xpm2res converts an XPM file to a form suitable for inclusion in a resource file, for use with the Xmt Pixmap converter.