1 /* $XConsortium: IconFile.h /main/4 1995/10/26 15:23:17 rswiston $ */
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. *
10 static char SCCSID[] = "OSF/Motif: @(#)_IconFile.h 4.16 91/09/12";
13 /******************************************************************************
14 *******************************************************************************
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
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.
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
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.
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
45 * (c) Copyright 1989, 1990, 1991 Open Software Foundation, Inc. Unpublished - all
46 * rights reserved under the Copyright laws of the United States.
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.
53 * Open Software Foundation, Inc.
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.
66 * (c) Copyright 1989, 1990, 1991 Open Software Foundation, Inc.
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
78 *******************************************************************************
79 ******************************************************************************/
80 #ifndef __DtIconFile_h
81 #define __DtIconFile_h
84 #include <Xm/IconFile.h>
90 * values for icon magnitude
92 #define DtUNSPECIFIED 0
99 /******** Public Function Declarations for XmWrap.c ********/
101 extern String _DtGetIconFileName(
103 String imageInstanceName,
104 String imageClassName,
108 /******** End Public Function Declarations ********/
111 } /* Close scope of 'extern "C"' declaration which encloses file. */
114 #endif /* __DtIconFile_h */
115 /* DON'T ADD ANYTHING AFTER THIS #endif */