Public Member Functions | Protected Attributes | Properties

CocoaVLayout Class Reference

#import <CocoaVLayout.h>

Inheritance diagram for CocoaVLayout:
<CocoaGwenGUIProtocol>

Public Member Functions

(void) - addLayoutSubview:
(BOOL) - fillX
(BOOL) - fillY
(NSSize) - minSize

Protected Attributes

NSMutableArray * subviewsInOrder

Properties

BOOL fillX
BOOL fillY

Detailed Description

Definition at line 11 of file CocoaVLayout.h.


Member Function Documentation

- (void) addLayoutSubview: (NSView*)  new_subview  

Definition at line 129 of file CocoaVLayout.m.

References subviewsInOrder.

Referenced by CocoaGui_WVLayout_AddChildGuiWidget().

- (BOOL) fillX  
- (BOOL) fillY  
- (NSSize) minSize  

Field Documentation

- (NSMutableArray*) subviewsInOrder [protected]

Definition at line 12 of file CocoaVLayout.h.

Referenced by addLayoutSubview:.


Property Documentation

- (BOOL) fillX [read, write, assign]

Definition at line 13 of file CocoaVLayout.h.

Referenced by CocoaGui_WVLayout_Setup().

- (BOOL) fillY [read, write, assign]

Definition at line 14 of file CocoaVLayout.h.

Referenced by CocoaGui_WVLayout_Setup().


The documentation for this class was generated from the following files: