home *** CD-ROM | disk | FTP | other *** search
/ IRIS Development Option 6.2 / IRIS_Development_Option_6.2_814-0478-001.iso / dist / motif_dev.idb / usr / include / Sgm / HPanedW.h.z / HPanedW.h
C/C++ Source or Header  |  1996-03-14  |  2KB  |  53 lines

  1. /*******************************************************************************
  2. ///////   Copyright 1992, Silicon Graphics, Inc.  All Rights Reserved.   ///////
  3. //                                                                            //
  4. // This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;     //
  5. // the contents of this file may not be disclosed to third parties, copied    //
  6. // or duplicated in any form, in whole or in part, without the prior written  //
  7. // permission of Silicon Graphics, Inc.                                       //
  8. //                                                                            //
  9. // RESTRICTED RIGHTS LEGEND:                                                  //
  10. // Use,duplication or disclosure by the Government is subject to restrictions //
  11. // as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data     //
  12. // and Computer Software clause at DFARS 252.227-7013, and/or in similar or   //
  13. // successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -    //
  14. // rights reserved under the Copyright Laws of the United States.             //
  15. //                                                                            //
  16. *******************************************************************************/
  17. #ifndef _XmHPanedW_h
  18. #define _XmHPanedW_h
  19.  
  20. #include <Xm/Xm.h>
  21.  
  22. /* Class record constant */
  23. externalref WidgetClass sgHorzPanedWindowWidgetClass;
  24.  
  25. #define XmNsashPixmask "sashPixmask"
  26. #define XmCSashPixmask "SashPixmask"
  27.  
  28. #ifndef SgIsHorzPanedWindow
  29. #define SgIsHorzPanedWindow(w)    XtIsSubclass(w, sgHorzPanedWindowWidgetClass)
  30. #endif /* SgIsHorzPanedWindow */
  31.  
  32. typedef struct _SgHorzPanedWindowClassRec  *SgHorzPanedWindowWidgetClass;
  33. typedef struct _SgHorzPanedWindowRec    *SgHorzPanedWindowWidget;
  34.  
  35.  
  36. #ifdef _NO_PROTO
  37. extern Widget SgCreateHorzPanedWindow ();
  38. #else /* _NO_PROTO */
  39.  
  40. #if defined(__cplusplus) || defined(c_plusplus)
  41. extern "C" {
  42. #endif
  43.  
  44. extern Widget SgCreateHorzPanedWindow (Widget parent, char *name, ArgList args, Cardinal argCount);
  45. #endif /* _NO_PROTO */
  46.  
  47. #if defined(__cplusplus) || defined(c_plusplus)
  48. }
  49. #endif
  50.  
  51. #endif /* _SgHorzPanedWindow_h */
  52. /* DON'T ADD ANYTHING AFTER THIS #endif */
  53.