ui/motif/Grid.h

branch
newapi
changeset 426
3eb26df703bf
parent 407
8ea123dd89db
child 433
605bb5dc34f1
equal deleted inserted replaced
425:effdc7283337 426:3eb26df703bf
38 38
39 #ifdef __cplusplus 39 #ifdef __cplusplus
40 extern "C" { 40 extern "C" {
41 #endif 41 #endif
42 42
43 // resources
44 #define gridColumnSpacing "gridColumnSpacing"
45 #define gridRowSpacing "gridRowSpacing"
46 #define gridMargin "gridMargin"
47
48 // constraints
43 #define gridColumn "gridColumn" 49 #define gridColumn "gridColumn"
44 #define gridRow "gridRow" 50 #define gridRow "gridRow"
45 #define gridColspan "gridColspan" 51 #define gridColspan "gridColspan"
46 #define gridRowspan "gridRowspan" 52 #define gridRowspan "gridRowspan"
47 #define gridHExpand "gridHExpand" 53 #define gridHExpand "gridHExpand"
78 int margin_right; 84 int margin_right;
79 int margin_top; 85 int margin_top;
80 int margin_bottom; 86 int margin_bottom;
81 int max_col; 87 int max_col;
82 int max_row; 88 int max_row;
89 Dimension columnspacing;
90 Dimension rowspacing;
91 Dimension margin;
83 92
84 Boolean sizerequest; 93 Boolean sizerequest;
85 } GridPart; 94 } GridPart;
86 95
87 typedef struct GridRec { 96 typedef struct GridRec {

mercurial