gwenhywfar
5.2.0
gwenhywfar5
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
{
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
CocoaVLayout
Definition:
CocoaVLayout.h:11
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
-[CocoaGwenGUIProtocol-p fillY]
BOOL fillY()
-[CocoaGwenGUIProtocol-p fillX]
BOOL fillX()
CocoaGwenGUIProtocol.h
CocoaVLayout::subviewsInOrder
NSMutableArray * subviewsInOrder
Definition:
CocoaVLayout.h:14
Generated by
1.8.16