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 / ScrolledWP.h.z / ScrolledWP.h
C/C++ Source or Header  |  1996-03-14  |  5KB  |  99 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. #ifdef REV_INFO
  18. #ifndef lint
  19. static char SCCSID[] = "OSF/Motif: @(#)ScrolledWP.h    4.9 92/01/03";
  20. #endif /* lint */
  21. #endif /* REV_INFO */
  22. /******************************************************************************
  23. *******************************************************************************
  24. *
  25. *  (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  26. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY
  27. *  ALL RIGHTS RESERVED
  28. *  
  29. *      THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED
  30. *  AND COPIED ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND
  31. *  WITH THE INCLUSION OF THE ABOVE COPYRIGHT NOTICE.  THIS SOFTWARE OR
  32. *  ANY OTHER COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE
  33. *  AVAILABLE TO ANY OTHER PERSON.  NO TITLE TO AND OWNERSHIP OF THE
  34. *  SOFTWARE IS HEREBY TRANSFERRED.
  35. *  
  36. *      THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT
  37. *  NOTICE AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY OPEN SOFTWARE
  38. *  FOUNDATION, INC. OR ITS THIRD PARTY SUPPLIERS  
  39. *  
  40. *      OPEN SOFTWARE FOUNDATION, INC. AND ITS THIRD PARTY SUPPLIERS,
  41. *  ASSUME NO RESPONSIBILITY FOR THE USE OR INABILITY TO USE ANY OF ITS
  42. *  SOFTWARE .   OSF SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  43. *  KIND, AND OSF EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING
  44. *  BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  45. *  FITNESS FOR A PARTICULAR PURPOSE.
  46. *  
  47. *  Notice:  Notwithstanding any other lease or license that may pertain to,
  48. *  or accompany the delivery of, this computer software, the rights of the
  49. *  Government regarding its use, reproduction and disclosure are as set
  50. *  forth in Section 52.227-19 of the FARS Computer Software-Restricted
  51. *  Rights clause.
  52. *  
  53. *  (c) Copyright 1989, 1990, 1991, 1992 Open Software Foundation, Inc.  Unpublished - all
  54. *  rights reserved under the Copyright laws of the United States.
  55. *  
  56. *  RESTRICTED RIGHTS NOTICE:  Use, duplication, or disclosure by the
  57. *  Government is subject to the restrictions as set forth in subparagraph
  58. *  (c)(1)(ii) of the Rights in Technical Data and Computer Software clause
  59. *  at DFARS 52.227-7013.
  60. *  
  61. *  Open Software Foundation, Inc.
  62. *  11 Cambridge Center
  63. *  Cambridge, MA   02142
  64. *  (617)621-8700
  65. *  
  66. *  RESTRICTED RIGHTS LEGEND:  This computer software is submitted with
  67. *  "restricted rights."  Use, duplication or disclosure is subject to the
  68. *  restrictions as set forth in NASA FAR SUP 18-52.227-79 (April 1985)
  69. *  "Commercial Computer Software- Restricted Rights (April 1985)."  Open
  70. *  Software Foundation, Inc., 11 Cambridge Center, Cambridge, MA  02142.  If
  71. *  the contract contains the Clause at 18-52.227-74 "Rights in Data General"
  72. *  then the "Alternate III" clause applies.
  73. *  
  74. *  (c) Copyright 1989, 1990, 1991, 1992 Open Software Foundation, Inc.
  75. *  ALL RIGHTS RESERVED 
  76. *  
  77. *  
  78. * Open Software Foundation is a trademark of The Open Software Foundation, Inc.
  79. * OSF is a trademark of Open Software Foundation, Inc.
  80. * OSF/Motif is a trademark of Open Software Foundation, Inc.
  81. * Motif is a trademark of Open Software Foundation, Inc.
  82. * DEC is a registered trademark of Digital Equipment Corporation
  83. * DIGITAL is a registered trademark of Digital Equipment Corporation
  84. * X Window System is a trademark of the Massachusetts Institute of Technology
  85. *
  86. *******************************************************************************
  87. ******************************************************************************/
  88. #ifndef _SgScrolledWindowP_h
  89. #define _SgScrolledWindowP_h
  90.  
  91. #include <Xm/ManagerP.h>
  92. #include <Xm/ScrolledWP.h>
  93.  
  94. #include "ScrollBar.h"
  95. #include <Xm/DrawingA.h>
  96.  
  97. #endif /* _SgScrolledWindowP_h */
  98. /* DON'T ADD STUFF AFTER THIS #endif */
  99.