gwenhywfar  5.5.1
CocoaWindowContentView.h
Go to the documentation of this file.
1 //
2 // CocoaWindowContentView.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 
18 @property BOOL fillX;
19 @property BOOL fillY;
20 
21 -(void) addLayoutSubview:(NSView *)new_subview;
22 
23 @end
CocoaWindowContentView::subviewsInOrder
NSMutableArray * subviewsInOrder
Definition: CocoaWindowContentView.h:14
CocoaGwenGUIProtocol-p
Definition: CocoaGwenGUIProtocol.h:12
CocoaWindowContentView::fillY
BOOL fillY
Definition: CocoaWindowContentView.h:16
CocoaWindowContentView::fillX
BOOL fillX
Definition: CocoaWindowContentView.h:15
CocoaWindowContentView
Definition: CocoaWindowContentView.h:11
CocoaGwenGUIProtocol.h