gwenhywfar
4.9.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gwenhywfar4
gwen-gui-cocoa
CocoaGridLayout.h
Go to the documentation of this file.
1
//
2
// CocoaGridLayout.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
CocoaGridLayout
: NSView <
CocoaGwenGUIProtocol
> {
12
NSMutableArray *
subviewsInOrder
;
13
BOOL
fillX
;
14
BOOL
fillY
;
15
16
NSInteger
columns
;
17
NSInteger
rows
;
18
}
19
20
@property
BOOL fillX;
21
@property
BOOL fillY;
22
23
@property
NSInteger columns;
24
@property
NSInteger rows;
25
26
-(void) addLayoutSubview:(NSView*)new_subview ;
27
28
@end
CocoaGwenGUIProtocol-p
Definition:
CocoaGwenGUIProtocol.h:12
CocoaGridLayout::subviewsInOrder
NSMutableArray * subviewsInOrder
Definition:
CocoaGridLayout.h:12
CocoaGridLayout
Definition:
CocoaGridLayout.h:11
CocoaGwenGUIProtocol.h
CocoaGridLayout::fillY
BOOL fillY
Definition:
CocoaGridLayout.h:14
CocoaGridLayout::columns
NSInteger columns
Definition:
CocoaGridLayout.h:16
CocoaGridLayout::fillX
BOOL fillX
Definition:
CocoaGridLayout.h:13
CocoaGridLayout::rows
NSInteger rows
Definition:
CocoaGridLayout.h:17
Generated on Wed Jan 8 2014 21:04:58 for gwenhywfar by
1.8.6