gwenhywfar  5.9.0
CocoaScrollBox.h
Go to the documentation of this file.
1 //
2 // CocoaScrollBox.h
3 //
4 //
5 // Created by Samuel Strupp on 17.08.10.
6 //
7 
8 #import <Cocoa/Cocoa.h>
10 
11 @interface CocoaScrollBox : NSScrollView <CocoaGwenGUIProtocol>
12 {
13  //NSMutableArray *subviewsInOrder;
14  BOOL fillX;
15  BOOL fillY;
16 }
17 
18 @property BOOL fillX;
19 @property BOOL fillY;
20 
21 -(void) setLayoutedDocumentView:(NSView *)new_documentView;
22 
23 @end
CocoaScrollBox
Definition: CocoaScrollBox.h:11
CocoaGwenGUIProtocol-p
Definition: CocoaGwenGUIProtocol.h:12
CocoaScrollBox::fillX
BOOL fillX
Definition: CocoaScrollBox.h:15
CocoaScrollBox::fillY
BOOL fillY
Definition: CocoaScrollBox.h:16
CocoaGwenGUIProtocol.h