gwenhywfar
4.17.0
|
#import <CocoaGridLayout.h>
Instance Methods | |
(void) | - addLayoutSubview: |
(BOOL) | - fillX |
(BOOL) | - fillY |
(NSSize) | - minSize |
Protected Attributes | |
NSInteger | columns |
BOOL | fillX |
BOOL | fillY |
NSInteger | rows |
NSMutableArray * | subviewsInOrder |
Definition at line 11 of file CocoaGridLayout.h.
- (void) addLayoutSubview: | (NSView *) | new_subview |
- (BOOL) fillX |
- (BOOL) fillY |
- (NSSize) minSize |
|
readwriteprotected |
Definition at line 16 of file CocoaGridLayout.h.
|
readwriteprotected |
Definition at line 13 of file CocoaGridLayout.h.
|
readwriteprotected |
Definition at line 14 of file CocoaGridLayout.h.
|
readwriteprotected |
Definition at line 17 of file CocoaGridLayout.h.
|
protected |
Definition at line 12 of file CocoaGridLayout.h.