Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtSvc / DtUtil2 / IconFile.h
1 /* $XConsortium: IconFile.h /main/4 1995/10/26 15:23:17 rswiston $ */
2 /*
3  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
4  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
5  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
6  * (c) Copyright 1993, 1994 Novell, Inc.                                *
7  */
8 #ifdef REV_INFO
9 #ifndef lint
10 static char SCCSID[] = "OSF/Motif: @(#)_IconFile.h      4.16 91/09/12";
11 #endif /* lint */
12 #endif /* REV_INFO */
13 /******************************************************************************
14 *******************************************************************************
15 *
16 *  (c) Copyright 1989, 1990, 1991 OPEN SOFTWARE FOUNDATION, INC.
17 *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS.
18 *  (c) Copyright 1987, 1988, 1989, 1990, 1991 HEWLETT-PACKARD COMPANY
19 *  ALL RIGHTS RESERVED
20 *  
21 *       THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED
22 *  AND COPIED ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND
23 *  WITH THE INCLUSION OF THE ABOVE COPYRIGHT NOTICE.  THIS SOFTWARE OR
24 *  ANY OTHER COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE
25 *  AVAILABLE TO ANY OTHER PERSON.  NO TITLE TO AND OWNERSHIP OF THE
26 *  SOFTWARE IS HEREBY TRANSFERRED.
27 *  
28 *       THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT
29 *  NOTICE AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY OPEN SOFTWARE
30 *  FOUNDATION, INC. OR ITS THIRD PARTY SUPPLIERS  
31 *  
32 *       OPEN SOFTWARE FOUNDATION, INC. AND ITS THIRD PARTY SUPPLIERS,
33 *  ASSUME NO RESPONSIBILITY FOR THE USE OR INABILITY TO USE ANY OF ITS
34 *  SOFTWARE .   OSF SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
35 *  KIND, AND OSF EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING
36 *  BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37 *  FITNESS FOR A PARTICULAR PURPOSE.
38 *  
39 *  Notice:  Notwithstanding any other lease or license that may pertain to,
40 *  or accompany the delivery of, this computer software, the rights of the
41 *  Government regarding its use, reproduction and disclosure are as set
42 *  forth in Section 52.227-19 of the FARS Computer Software-Restricted
43 *  Rights clause.
44 *  
45 *  (c) Copyright 1989, 1990, 1991 Open Software Foundation, Inc.  Unpublished - all
46 *  rights reserved under the Copyright laws of the United States.
47 *  
48 *  RESTRICTED RIGHTS NOTICE:  Use, duplication, or disclosure by the
49 *  Government is subject to the restrictions as set forth in subparagraph
50 *  (c)(1)(ii) of the Rights in Technical Data and Computer Software clause
51 *  at DFARS 52.227-7013.
52 *  
53 *  Open Software Foundation, Inc.
54 *  11 Cambridge Center
55 *  Cambridge, MA   02142
56 *  (617)621-8700
57 *  
58 *  RESTRICTED RIGHTS LEGEND:  This computer software is submitted with
59 *  "restricted rights."  Use, duplication or disclosure is subject to the
60 *  restrictions as set forth in NASA FAR SUP 18-52.227-79 (April 1985)
61 *  "Commercial Computer Software- Restricted Rights (April 1985)."  Open
62 *  Software Foundation, Inc., 11 Cambridge Center, Cambridge, MA  02142.  If
63 *  the contract contains the Clause at 18-52.227-74 "Rights in Data General"
64 *  then the "Alternate III" clause applies.
65 *  
66 *  (c) Copyright 1989, 1990, 1991 Open Software Foundation, Inc.
67 *  ALL RIGHTS RESERVED 
68 *  
69 *  
70 * Open Software Foundation is a trademark of The Open Software Foundation, Inc.
71 * OSF is a trademark of Open Software Foundation, Inc.
72 * OSF/Motif is a trademark of Open Software Foundation, Inc.
73 * Motif is a trademark of Open Software Foundation, Inc.
74 * DEC is a registered trademark of Digital Equipment Corporation
75 * DIGITAL is a registered trademark of Digital Equipment Corporation
76 * X Window System is a trademark of the Massachusetts Institute of Technology
77 *
78 *******************************************************************************
79 ******************************************************************************/
80 #ifndef __DtIconFile_h
81 #define __DtIconFile_h
82
83 #include <Xm/Xm.h>
84 #include <Xm/IconFile.h>
85 #ifdef __cplusplus
86 extern "C" {
87 #endif
88
89 /*
90  * values for icon magnitude
91  */
92 #define DtUNSPECIFIED   0
93 #define DtLARGE 1
94 #define DtMEDIUM        2
95 #define DtSMALL 3
96 #define DtTINY  4
97
98
99 /********    Public Function Declarations for XmWrap.c    ********/
100
101 extern String _DtGetIconFileName( 
102                         Screen *screen,
103                         String imageInstanceName,
104                         String imageClassName,
105                         String hostPrefix,
106                         unsigned int size) ;
107
108 /********    End Public Function Declarations    ********/
109
110 #ifdef __cplusplus
111 }  /* Close scope of 'extern "C"' declaration which encloses file. */
112 #endif
113
114 #endif /* __DtIconFile_h */
115 /* DON'T ADD ANYTHING AFTER THIS #endif */
116
117
118