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

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2.3
  7. */ 
  8. /*   $RCSfile: DragOverS.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:37:19 $ */
  9. /*
  10. *  (c) Copyright 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11. #ifndef _XmDragOverS_h
  12. #define _XmDragOverS_h
  13.  
  14. #include <Xm/Xm.h>
  15. #include <Xm/DragC.h>
  16. #include <Xm/DragIcon.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22.  
  23. /***********************************************************************
  24.  *
  25.  * DragOverShell Widget
  26.  *
  27.  ***********************************************************************/
  28.  
  29. /* Class record constants */
  30.  
  31. typedef struct _XmDragOverShellRec     *XmDragOverShellWidget;
  32. typedef struct _XmDragOverShellClassRec     *XmDragOverShellWidgetClass;
  33.  
  34. externalref WidgetClass    xmDragOverShellWidgetClass;
  35.  
  36. #ifdef __cplusplus
  37. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  38. #endif
  39.  
  40. #endif /* _XmDragOverS_h */
  41. /* DON'T ADD STUFF AFTER THIS #endif */
  42.