ui/cocoa/GridLayout.h

changeset 811
1391ba7e533f
parent 799
f8ff8df41713
equal deleted inserted replaced
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

mercurial