Back to home page

EIC code displayed by LXR

 
 

    


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

0001 /**
0002  *
0003  * $Id: ToolTipT.h,v 1.1 2004/11/18 08:54:33 yura Exp $
0004  *
0005  **/
0006 
0007 #ifndef _XmToolTipT_H
0008 #define _XmToolTipT_H
0009 
0010 #ifdef __cplusplus
0011 extern "C" {
0012 #endif
0013 
0014 #include <Xm/Xm.h>
0015 
0016 externalref XrmQuark XmQTtoolTip;
0017 
0018 /* Trait structures and typedefs, place typedefs first */
0019 
0020 typedef struct _XmToolTipTraitRec
0021 {
0022     int version;
0023     XmString tool_tip_string;
0024 } XmToolTipTraitRec, *XmToolTipTrait;
0025 
0026 
0027 #ifdef __cplusplus
0028 }  /* Close scope of 'extern "C"' declaration which encloses file. */
0029 #endif
0030 
0031 #endif /* _XmToolTipT_H */