gwenhywfar 5.10.1
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;
17 NSInteger columns;
18 NSInteger rows;
20
21@property BOOL fillX;
22@property BOOL fillY;
23
24@property NSInteger columns;
25@property NSInteger rows;
27-(void) addLayoutSubview:(NSView *)new_subview ;
28
29@end
NSMutableArray * subviewsInOrder