comparison: ui/motif/Grid.h
ui/motif/Grid.h
- branch
- newapi
- changeset 407
- 8ea123dd89db
- parent 406
- 0ebf9d7b23e8
equal
deleted
inserted
replaced
78 int margin_right; |
78 int margin_right; |
79 int margin_top; |
79 int margin_top; |
80 int margin_bottom; |
80 int margin_bottom; |
81 int max_col; |
81 int max_col; |
82 int max_row; |
82 int max_row; |
|
83 |
|
84 Boolean sizerequest; |
83 } GridPart; |
85 } GridPart; |
84 |
86 |
85 typedef struct GridRec { |
87 typedef struct GridRec { |
86 CorePart core; |
88 CorePart core; |
87 CompositePart composite; |
89 CompositePart composite; |