|
gwenhywfar 5.10.1
|
#import <CocoaHLayout.h>


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