gwenhywfar
4.17.0
gwenhywfar4
gwen-gui-cocoa
CocoaVLayout.h
Go to the documentation of this file.
1
//
2
// CocoaVLayout.h
3
//
4
//
5
// Created by Samuel Strupp on 10.08.10.
6
//
7
8
#import <Cocoa/Cocoa.h>
9
#import "
CocoaGwenGUIProtocol.h
"
10
11
@interface
CocoaVLayout
: NSView <
CocoaGwenGUIProtocol
> {
12
NSMutableArray *
subviewsInOrder
;
13
BOOL
fillX
;
14
BOOL
fillY
;
15
}
16
17
@property
BOOL
fillX
;
18
@property
BOOL
fillY
;
19
20
-(void) addLayoutSubview:(NSView*)new_subview ;
21
22
@end
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
CocoaGwenGUIProtocol.h
CocoaVLayout
Definition:
CocoaVLayout.h:11
-[CocoaGwenGUIProtocol-p fillX]
BOOL fillX()
CocoaVLayout::subviewsInOrder
NSMutableArray * subviewsInOrder
Definition:
CocoaVLayout.h:12
CocoaVLayout::fillX
BOOL fillX
Definition:
CocoaVLayout.h:13
CocoaVLayout::fillY
BOOL fillY
Definition:
CocoaVLayout.h:14
-[CocoaGwenGUIProtocol-p fillY]
BOOL fillY()
Generated by
1.8.13