home *** CD-ROM | disk | FTP | other *** search
- /*
- * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC.
- * ALL RIGHTS RESERVED
- */
- /*
- * Motif Release 1.2.3
- */
- /* $RCSfile: DragOverS.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:37:19 $ */
- /*
- * (c) Copyright 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
- #ifndef _XmDragOverS_h
- #define _XmDragOverS_h
-
- #include <Xm/Xm.h>
- #include <Xm/DragC.h>
- #include <Xm/DragIcon.h>
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- /***********************************************************************
- *
- * DragOverShell Widget
- *
- ***********************************************************************/
-
- /* Class record constants */
-
- typedef struct _XmDragOverShellRec *XmDragOverShellWidget;
- typedef struct _XmDragOverShellClassRec *XmDragOverShellWidgetClass;
-
- externalref WidgetClass xmDragOverShellWidgetClass;
-
- #ifdef __cplusplus
- } /* Close scope of 'extern "C"' declaration which encloses file. */
- #endif
-
- #endif /* _XmDragOverS_h */
- /* DON'T ADD STUFF AFTER THIS #endif */
-