|
gwenhywfar
5.10.1
|
#import <CocoaVLayout.h>


Instance Methods | |
| (void) | - addLayoutSubview: |
| (BOOL) | - fillX |
| (BOOL) | - fillY |
| (NSSize) | - minSize |
Protected Attributes | |
| BOOL | fillX |
| BOOL | fillY |
| NSMutableArray * | subviewsInOrder |
Definition at line 11 of file CocoaVLayout.h.
| - (void) addLayoutSubview: | (NSView *) | new_subview |
Definition at line 129 of file CocoaVLayout.m.
References subviewsInOrder.
| - (BOOL) fillX |
| - (BOOL) fillY |
| - (NSSize) minSize |
|
readwriteprotected |
Definition at line 15 of file CocoaVLayout.h.
Referenced by CocoaGui_WVLayout_Setup().
|
readwriteprotected |
Definition at line 16 of file CocoaVLayout.h.
Referenced by CocoaGui_WVLayout_Setup().
|
protected |
Definition at line 14 of file CocoaVLayout.h.
Referenced by addLayoutSubview:.
1.8.14