home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / unix / wais-8-b5.tar.Z / wais-8-b5.tar / wais-8-b5 / x / xstuff.h < prev    next >
C/C++ Source or Header  |  1991-06-02  |  937b  |  44 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the X user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    Version 0.8
  9.    Fri Feb  1 1991
  10.  
  11.    jonathan@Think.COM
  12.  
  13. */
  14.  
  15. #ifndef _H_XSTUFF
  16. #define _H_XSTUFF
  17.  
  18. #include <X11/Xlib.h>
  19. #include <X11/Xos.h>
  20. #include <X11/Intrinsic.h>
  21. #include <X11/IntrinsicP.h>
  22. #include <X11/StringDefs.h>
  23. #include <X11/cursorfont.h>
  24. #include <X11/Xatom.h>
  25.  
  26. #include <X11/Shell.h>
  27. #include <X11/ShellP.h>
  28. #include <X11/Xaw/Box.h>
  29. #include <X11/Xaw/Command.h>
  30. #include <X11/Xaw/Label.h>
  31. #include <X11/Xaw/AsciiText.h>
  32. #include <X11/Xaw/List.h>
  33. #include <X11/Xaw/Scrollbar.h>
  34. #include <X11/Xaw/Viewport.h>
  35. #include <X11/Xaw/Cardinals.h>
  36. #include <X11/Xaw/Dialog.h>
  37.  
  38. #include <X11/Xaw/MenuButton.h>
  39. #include <X11/Xaw/SimpleMenu.h>
  40. #include <X11/Xaw/Sme.h>
  41. #include <X11/Xaw/SmeBSB.h>
  42.  
  43. #endif
  44.