File indexing completed on 2025-01-18 10:15:29
0001
0002
0003
0004
0005
0006
0007 #ifndef _XmToolTipCT_H
0008 #define _XmToolTipCT_H
0009
0010 #ifdef __cplusplus
0011 extern "C" {
0012 #endif
0013
0014 #include <Xm/Xm.h>
0015
0016 externalref XrmQuark XmQTtoolTipConfig;
0017
0018
0019
0020 typedef struct _XmToolTipConfigTraitRec
0021 {
0022 int version;
0023 Widget label;
0024 int post_delay;
0025 int post_duration;
0026 XtIntervalId timer;
0027 XtIntervalId duration_timer;
0028 Time leave_time;
0029 Widget slider;
0030 Boolean enable;
0031 } XmToolTipConfigTraitRec, *XmToolTipConfigTrait;
0032
0033
0034 #ifdef __cplusplus
0035 }
0036 #endif
0037
0038 #endif