Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /* $XConsortium: IconHP.h /main/4 1995/07/15 20:52:25 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 _XmIconHP_h
0028 #define _XmIconHP_h
0029 
0030 #include <Xm/XmP.h>
0031 #include <Xm/IconGP.h>
0032 #include <Xm/IconH.h>
0033 
0034 #ifdef __cplusplus
0035 extern "C" {
0036 #endif
0037 
0038 /* IconHeader class record */
0039 typedef struct _XmIconHeaderClassPart
0040     {
0041     XtPointer extension ;
0042     }   XmIconHeaderClassPart;
0043 
0044 
0045 /* Full class record declaration */
0046 typedef struct _XmIconHeaderClassRec
0047     {
0048     RectObjClassPart    rect_class;
0049     XmGadgetClassPart   gadget_class;
0050     XmIconGadgetClassPart   icong_class;
0051     XmIconHeaderClassPart   iconh_class;
0052     }   XmIconHeaderClassRec;
0053 
0054 extern  XmIconHeaderClassRec    xmIconHeaderClassRec;
0055 
0056 /* IconHeader instance record */
0057 typedef struct _XmIconHeaderPart
0058     {
0059     Widget container_ID;                    /* XmNcontainerID */
0060     }   XmIconHeaderPart;
0061 
0062 /* Full instance record declaration */
0063 typedef struct _XmIconHeaderRec
0064     {
0065     ObjectPart  object;
0066     RectObjPart rectangle;
0067     XmGadgetPart    gadget;
0068     XmIconGadgetPart icong;
0069     XmIconHeaderPart iconh;
0070     }   XmIconHeaderRec;
0071 
0072 #ifdef __cplusplus
0073 }  /* Close scope of 'extern "C"' declaration which encloses file. */
0074 #endif
0075 
0076 #endif /* _XmIconHP_h */
0077 /* DON'T ADD ANYTHING AFTER THIS #endif */