blob: 4542d7a7ba37fa57a55b59f19c0abfecad021614 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
/* Generated by wbuild from "RowCol.w"
** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
*/
#ifndef _XfwfRowCol_H_
#define _XfwfRowCol_H_
#include "Board.h"
#ifndef XtNstoreByRow
#define XtNstoreByRow "storeByRow"
#endif
#ifndef XtCStoreByRow
#define XtCStoreByRow "StoreByRow"
#endif
#ifndef XtRBoolean
#define XtRBoolean "Boolean"
#endif
#ifndef XtNrows
#define XtNrows "rows"
#endif
#ifndef XtCRows
#define XtCRows "Rows"
#endif
#ifndef XtRInt
#define XtRInt "Int"
#endif
#ifndef XtNcolumns
#define XtNcolumns "columns"
#endif
#ifndef XtCColumns
#define XtCColumns "Columns"
#endif
#ifndef XtRInt
#define XtRInt "Int"
#endif
#ifndef XtNalignment
#define XtNalignment "alignment"
#endif
#ifndef XtCAlignment
#define XtCAlignment "Alignment"
#endif
#ifndef XtRAlignment
#define XtRAlignment "Alignment"
#endif
#ifndef XtNshrinkToFit
#define XtNshrinkToFit "shrinkToFit"
#endif
#ifndef XtCShrinkToFit
#define XtCShrinkToFit "ShrinkToFit"
#endif
#ifndef XtRBoolean
#define XtRBoolean "Boolean"
#endif
typedef struct _XfwfRowColClassRec *XfwfRowColWidgetClass;
typedef struct _XfwfRowColRec *XfwfRowColWidget;
externalref WidgetClass xfwfRowColWidgetClass;
#endif /*_XfwfRowCol_H_*/
|