home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xmeasure / includes.h < prev    next >
C/C++ Source or Header  |  1996-12-28  |  2KB  |  46 lines

  1. /*
  2.                 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\
  3.                 %% \___________________________________%% \
  4.                 %% |                                   %%  \
  5.                 %% |              XMeasure             %%   \
  6.                 %% |         includes.h  c1994         %%    \
  7.                 %% |            Lyle W. West           %%    |
  8.                 %% |                                   %%    |
  9.                 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    |
  10.                 \                                        \   |
  11.                  \                                        \  |
  12.                   \                                        \ |
  13.                    \________________________________________\|
  14.  
  15.  
  16.  
  17.      Copyright (C) 1994 Lyle W. West, All Rights Reserved.
  18.      Permission is granted to copy and use this program so long as [1] this
  19.      copyright notice is preserved, and [2] no financial gain is involved
  20.      in copying the program.  This program may not be sold as "shareware"
  21.      or "public domain" software without the express, written permission
  22.      of the author.
  23.  
  24.  */
  25.  
  26. #include <stdio.h>
  27. #include <X11/Intrinsic.h>
  28. #include <X11/StringDefs.h>
  29. #include <X11/Xos.h>
  30. #include <X11/Xlib.h>
  31. #include <X11/Xutil.h>
  32. #include <X11/shape.h>
  33. #include <Xmu/WinUtil.h>
  34. #include <Xm/Xm.h>
  35. #include <Xm/BulletinB.h>
  36. #include <Xm/CascadeB.h>
  37. #include <Xm/MainW.h>
  38. #include <Xm/PushB.h>
  39. #include <Xm/PushBG.h>
  40. #include <Xm/RowColumn.h>
  41. #include <Xm/SelectioB.h>
  42. #include <Xm/SeparaTogp.h>
  43. #include <Xm/SeparatoG.h>
  44. #include <Xm/Separator.h>
  45.  
  46.