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

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2.1
  7. */ 
  8. /*   $RCSfile: VendorSP.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:55:01 $ */
  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  _XmVendorSP_h
  18. #define _XmVendorSP_h
  19.  
  20. #ifndef _XmNO_BC_INCL
  21. #define _XmNO_BC_INCL
  22. #endif
  23.  
  24. #include <Xm/XmP.h>
  25. #include <Xm/VendorS.h>
  26. #include <X11/ShellP.h>
  27. #include <Xm/DesktopP.h>
  28. #include <Xm/ExtObjectP.h>
  29.  
  30. #ifdef __cplusplus
  31. extern "C" {
  32. #endif
  33.  
  34. externalref VendorShellClassRec  vendorShellClassRec;
  35.  
  36.  
  37. /********    Private Function Declarations    ********/
  38. #ifdef _NO_PROTO
  39.  
  40. extern Cardinal _XmFilterResources() ;
  41. extern void _XmAddGrab() ;
  42. extern void _XmRemoveGrab() ;
  43. extern XtGeometryResult _XmRootGeometryManager() ;
  44. extern void _XmVendorExtRealize() ;
  45. extern Display * _XmGetDefaultDisplay() ;
  46.  
  47. #else
  48.  
  49. extern Cardinal _XmFilterResources( 
  50.                         XtResource *resources,
  51.                         Cardinal numResources,
  52.                         WidgetClass filterClass,
  53.                         XtResource **filteredResourcesRtn) ;
  54. extern void _XmAddGrab( 
  55.                         Widget wid,
  56. #if NeedWidePrototypes
  57.                         int exclusive,
  58.                         int spring_loaded) ;
  59. #else
  60.                         Boolean exclusive,
  61.                         Boolean spring_loaded) ;
  62. #endif /* NeedWidePrototypes */
  63. extern void _XmRemoveGrab( 
  64.                         Widget wid) ;
  65. extern XtGeometryResult _XmRootGeometryManager( 
  66.                         Widget w,
  67.                         XtWidgetGeometry *request,
  68.                         XtWidgetGeometry *reply) ;
  69. extern void _XmVendorExtRealize( 
  70.                         Widget w,
  71.                         XtPointer closure,
  72.                         XtPointer call_data) ;
  73. extern Display * _XmGetDefaultDisplay( void ) ;
  74.  
  75. #endif /* _NO_PROTO */
  76. /********    End Private Function Declarations    ********/
  77.  
  78.  
  79. #ifdef __cplusplus
  80. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  81. #endif
  82.  
  83. #endif  /* _XmVendorSP_h */
  84.