ui/cocoa/GridLayout.h

changeset 110
c00e968d018b
parent 102
64ded9f6a6c6
child 112
c3f2f16fa4b8
equal deleted inserted replaced
109:c3dfcb8f0be7 110:c00e968d018b
59 @property int columnspacing; 59 @property int columnspacing;
60 @property int rowspacing; 60 @property int rowspacing;
61 @property CxList *children; 61 @property CxList *children;
62 @property NSSize preferredSize; 62 @property NSSize preferredSize;
63 63
64 @property NSButton *test;
65
66 @property int x; 64 @property int x;
67 @property int y; 65 @property int y;
68 @property int cols; 66 @property int cols;
69 @property int rows; 67 @property int rows;
70 68

mercurial