gwenhywfar  5.11.1beta
CocoaGridLayout.h
Go to the documentation of this file.
1 //
2 // CocoaGridLayout.h
3 //
4 //
5 // Created by Samuel Strupp on 10.08.10.
6 //
7 
8 #import <Cocoa/Cocoa.h>
10 
12 {
13  NSMutableArray *subviewsInOrder;
14  BOOL fillX;
15  BOOL fillY;
16 
17  NSInteger columns;
18  NSInteger rows;
19 }
20 
21 @property BOOL fillX;
22 @property BOOL fillY;
23 
24 @property NSInteger columns;
25 @property NSInteger rows;
26 
27 -(void) addLayoutSubview:(NSView *)new_subview ;
28 
29 @end
NSMutableArray * subviewsInOrder