home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / dev.idb / usr / include / abi / Xm / MainW.h.z / MainW.h
C/C++ Source or Header  |  1996-03-14  |  2KB  |  70 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.2
  7. */ 
  8. /*   $RCSfile: MainW.h,v $ $Revision: 1.2 $ $Date: 1994/04/20 01:35:50 $ */
  9. /*
  10. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11. #ifndef _XmMainWindow_h
  12. #define _XmMainWindow_h
  13.  
  14. #include <Xm/Xm.h>
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #ifndef XmIsMainWindow
  21. #define XmIsMainWindow(w)    XtIsSubclass(w, xmMainWindowWidgetClass)
  22. #endif /* XmIsMainWindow */
  23.  
  24. externalref WidgetClass xmMainWindowWidgetClass;
  25.  
  26. typedef struct _XmMainWindowClassRec * XmMainWindowWidgetClass;
  27. typedef struct _XmMainWindowRec      * XmMainWindowWidget;
  28.  
  29.  
  30. /********    Public Function Declarations    ********/
  31. #ifdef _NO_PROTO
  32.  
  33. extern void XmMainWindowSetAreas() ;
  34. extern Widget XmMainWindowSep1() ;
  35. extern Widget XmMainWindowSep2() ;
  36. extern Widget XmMainWindowSep3() ;
  37. extern Widget XmCreateMainWindow() ;
  38.  
  39. #else
  40.  
  41. extern void XmMainWindowSetAreas( 
  42.                         Widget w,
  43.                         Widget menu,
  44.                         Widget command,
  45.                         Widget hscroll,
  46.                         Widget vscroll,
  47.                         Widget wregion) ;
  48. extern Widget XmMainWindowSep1( 
  49.                         Widget w) ;
  50. extern Widget XmMainWindowSep2( 
  51.                         Widget w) ;
  52. extern Widget XmMainWindowSep3( 
  53.                         Widget w) ;
  54. extern Widget XmCreateMainWindow( 
  55.                         Widget parent,
  56.                         char *name,
  57.                         ArgList args,
  58.                         Cardinal argCount) ;
  59.  
  60. #endif /* _NO_PROTO */
  61. /********    End Public Function Declarations    ********/
  62.  
  63.  
  64. #ifdef __cplusplus
  65. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  66. #endif
  67.  
  68. #endif /* _XmMainWindow_h */
  69. /* DON'T ADD ANYTHING AFTER THIS #endif */
  70.