ui/cocoa/GridLayout.h

changeset 785
b943e3d618f0
parent 448
629ac70913aa
child 799
f8ff8df41713
equal deleted inserted replaced
784:2fded9495930 785:b943e3d618f0
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