home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / VendorS.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.3 KB  |  56 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: VendorS.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:54:52 $ */
  9. /*
  10. *  (c) Copyright 1989, 1990  DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  11. /*
  12. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  13. /*
  14. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  15. /*
  16. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  17. #ifndef _XmVendorS_h
  18. #define _XmVendorS_h
  19.  
  20. #include <Xm/Xm.h>
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25.  
  26.  
  27. #ifndef XmIsVendorShell
  28. #define XmIsVendorShell(w)    XtIsSubclass(w, vendorShellWidgetClass)
  29. #endif /* XmIsVendorShell */
  30.  
  31. typedef struct _XmVendorShellRec *XmVendorShellWidget;
  32. typedef struct _XmVendorShellClassRec *XmVendorShellWidgetClass;
  33. externalref WidgetClass vendorShellWidgetClass;
  34.  
  35.  
  36. /********    Public Function Declarations    ********/
  37. #ifdef _NO_PROTO
  38.  
  39. extern Boolean XmIsMotifWMRunning() ;
  40.  
  41. #else
  42.  
  43. extern Boolean XmIsMotifWMRunning( 
  44.                         Widget shell) ;
  45.  
  46. #endif /* _NO_PROTO */
  47. /********    End Public Function Declarations    ********/
  48.  
  49.  
  50. #ifdef __cplusplus
  51. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  52. #endif
  53.  
  54. #endif /* _XmVendorS_h */
  55. /* DON'T ADD STUFF AFTER THIS #endif */
  56.