| 810:7b5ba65b246f | 811:1391ba7e533f |
|---|---|
| 54 BOOL expand; | 54 BOOL expand; |
| 55 } GridDef; | 55 } GridDef; |
| 56 | 56 |
| 57 @interface GridLayout : NSView<Container> | 57 @interface GridLayout : NSView<Container> |
| 58 | 58 |
| 59 @property UiContainerX *container; | |
| 60 | |
| 59 @property int columnspacing; | 61 @property int columnspacing; |
| 60 @property int rowspacing; | 62 @property int rowspacing; |
| 61 @property CxList *children; | 63 @property CxList *children; |
| 62 @property NSSize preferredSize; | 64 @property NSSize preferredSize; |
| 63 | 65 |