Mercurial > hg > xemacs-beta
comparison lwlib/xlwgaugeP.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
38 * of some label resources, so is subclassed from label. | 38 * of some label resources, so is subclassed from label. |
39 * | 39 * |
40 ***********************************************************************/ | 40 ***********************************************************************/ |
41 | 41 |
42 #include "xlwgauge.h" | 42 #include "xlwgauge.h" |
43 #include ATHENA_INCLUDE(LabelP.h) | 43 #include ATHENA_LabelP_h_ |
44 | 44 |
45 /* New fields for the Gauge widget class record */ | 45 /* New fields for the Gauge widget class record */ |
46 | 46 |
47 typedef struct {XtPointer extension;} GaugeClassPart; | 47 typedef struct {XtPointer extension;} GaugeClassPart; |
48 | 48 |