Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-11-15 10:00:46

0001 /* $XConsortium: IconG.h /main/5 1995/07/15 20:52:04 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  * HISTORY
0026  */
0027 #ifndef _XmIconG_h
0028 #define _XmIconG_h
0029 
0030 #include <Xm/Xm.h>
0031 
0032 #ifdef __cplusplus
0033 extern "C" {
0034 #endif
0035 
0036 
0037 
0038 /* Class record constants */
0039 extern  WidgetClass xmIconGadgetClass;
0040 
0041 typedef struct _XmIconGadgetClassRec * XmIconGadgetClass;
0042 typedef struct _XmIconGadgetRec      * XmIconGadget;
0043 
0044 #ifndef XmIsIconGadget
0045 #define XmIsIconGadget(w) XtIsSubclass(w, xmIconGadgetClass)
0046 #endif /* XmIsIconGadget */
0047 
0048 /********    Public Function Declarations    ********/
0049 extern Widget XmCreateIconGadget(
0050                         Widget parent,
0051                         String name,
0052                         ArgList arglist,
0053                         Cardinal argcount) ;
0054 extern Widget XmVaCreateIconGadget(
0055                         Widget parent,
0056                         char *name,
0057                         ...);
0058 extern Widget XmVaCreateManagedIconGadget(
0059                         Widget parent,
0060                         char *name,
0061                         ...);
0062 /********    End Public Function Declarations    ********/
0063 
0064 #ifdef __cplusplus
0065 }  /* Close scope of 'extern "C"' declaration which encloses file. */
0066 #endif
0067 
0068 #endif /* _XmIconG_h */
0069 
0070 /* DON'T ADD ANYTHING AFTER THIS #endif */