gwenhywfar
4.20.2
gwenhywfar4
gwen-gui-cocoa
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>
9
#import "
CocoaGwenGUIProtocol.h
"
10
11
@interface
CocoaScrollBox
: NSScrollView <
CocoaGwenGUIProtocol
> {
12
//NSMutableArray *subviewsInOrder;
13
BOOL
fillX
;
14
BOOL
fillY
;
15
}
16
17
@property
BOOL
fillX
;
18
@property
BOOL
fillY
;
19
20
-(void) setLayoutedDocumentView:(NSView*)new_documentView;
21
22
@end
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
CocoaGwenGUIProtocol.h
-[CocoaGwenGUIProtocol-p fillX]
BOOL fillX()
CocoaScrollBox::fillY
BOOL fillY
Definition:
CocoaScrollBox.h:14
CocoaScrollBox
Definition:
CocoaScrollBox.h:11
-[CocoaGwenGUIProtocol-p fillY]
BOOL fillY()
CocoaScrollBox::fillX
BOOL fillX
Definition:
CocoaScrollBox.h:13
Generated by
1.8.13