To use the Xmu and Xaw3D libraries with an X Toolkit application
that makes use of the Xaw widget set:

 1) make sure that the compiler finds the correct headers
    in the [.XMU] and [.XAW3D] directory.
 2) link against these libraries by including the two lines
      XMULIBSHR/SHARE
      XAW3DLIBSHR/SHARE
    in the link options file of the application.

To get some 3D impression you may add the lines

*beNiceToColormap:   False
*ShadowWidth:        2
*topShadowPixel:     white
*bottomShadowPixel:  black
*topShadowPixmap:    None
*bottomShadowPixmap: None

