Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:15:26

0001 /* $XConsortium: IconFile.h /main/5 1995/07/15 20:51:44 drk $ */
0002 /*
0003  * Motif
0004  *
0005  * Copyright (c) 1987-2012, The Open Group. All rights reserved.
0006  *
0007  * These libraries and programs are free software; you can
0008  * redistribute them and/or modify them under the terms of the GNU
0009  * Lesser General Public License as published by the Free Software
0010  * Foundation; either version 2 of the License, or (at your option)
0011  * any later version.
0012  *
0013  * These libraries and programs are distributed in the hope that
0014  * they will be useful, but WITHOUT ANY WARRANTY; without even the
0015  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
0016  * PURPOSE. See the GNU Lesser General Public License for more
0017  * details.
0018  *
0019  * You should have received a copy of the GNU Lesser General Public
0020  * License along with these librararies and programs; if not, write
0021  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
0022  * Floor, Boston, MA 02110-1301 USA
0023  * 
0024  */
0025 /*
0026  * HISTORY
0027  */
0028 #ifndef _XmIconFile_h
0029 #define _XmIconFile_h
0030 
0031 #include <Xm/Xm.h>
0032 #ifdef __cplusplus
0033 extern "C" {
0034 #endif
0035 
0036 /*
0037  * values for icon magnitude
0038  */
0039 #define XmUNSPECIFIED_ICON_SIZE 0
0040 #define XmLARGE_ICON_SIZE   1
0041 #define XmMEDIUM_ICON_SIZE  2
0042 #define XmSMALL_ICON_SIZE   3
0043 #define XmTINY_ICON_SIZE    4
0044 
0045 
0046 /********    Public Function Declarations for IconFile.c    ********/
0047 
0048 extern String XmGetIconFileName( 
0049                         Screen *screen,
0050                         String imageInstanceName,
0051                         String imageClassName,
0052                         String hostPrefix,
0053                         unsigned int size) ;
0054 
0055 /********    End Public Function Declarations    ********/
0056 
0057 #ifdef __cplusplus
0058 }  /* Close scope of 'extern "C"' declaration which encloses file. */
0059 #endif
0060 
0061 #endif /* _XmIconFile_h */
0062 /* DON'T ADD ANYTHING AFTER THIS #endif */
0063 
0064 
0065