home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume19 / xfig / part01 / figx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-27  |  1.1 KB  |  34 lines

  1. /*
  2.  * FIG : Facility for Interactive Generation of figures
  3.  * Copyright (c) 1985 by Supoj Sutanthavibul
  4.  *
  5.  * "Permission to use, copy, modify, distribute, and sell this software and its
  6.  * documentation for any purpose is hereby granted without fee, provided that
  7.  * the above copyright notice appear in all copies and that both the copyright
  8.  * notice and this permission notice appear in supporting documentation. 
  9.  * No representations are made about the suitability of this software for 
  10.  * any purpose.  It is provided "as is" without express or implied warranty."
  11.  */
  12.  
  13. #include <X11/cursorfont.h>
  14. #include <X11/StringDefs.h>
  15. #include <X11/Shell.h>
  16. #include <X11/Xatom.h>
  17.  
  18. #include <X11/Xaw/Command.h>
  19. #include <X11/Xaw/Label.h>
  20. #include <X11/Xaw/Dialog.h>
  21. #include <X11/Xaw/Box.h>
  22. #include <X11/Xaw/Form.h>
  23. #include <X11/Xaw/Cardinals.h>
  24. #include <X11/Xaw/Text.h>
  25. #include <X11/Xaw/AsciiText.h>
  26. #include <X11/Xaw/MenuButton.h>
  27. #include <X11/Xaw/SimpleMenu.h>
  28. #include <X11/Xaw/Sme.h>
  29. #include <X11/Xaw/SmeBSB.h>
  30. #include <X11/Xaw/Toggle.h>
  31. #include <X11/Xaw/Paned.h>
  32. #include <X11/Xaw/Viewport.h>
  33. #include <X11/Xaw/List.h>
  34.