gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaHLayout Class Reference

#import <CocoaHLayout.h>

Inheritance diagram for CocoaHLayout:
Inheritance graph
[legend]
Collaboration diagram for CocoaHLayout:
Collaboration graph
[legend]

Instance Methods

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

Protected Attributes

BOOL fillX
 
BOOL fillY
 
NSMutableArray * subviewsInOrder
 

Detailed Description

Definition at line 11 of file CocoaHLayout.h.

Method Documentation

- (void) addLayoutSubview: (NSView *)  new_subview

Definition at line 123 of file CocoaHLayout.m.

References borderDistance, cellDistance, <CocoaGwenGUIProtocol>::minSize, and subviewsInOrder.

Here is the call graph for this function:

- (BOOL) fillX

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

- (BOOL) fillY

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

- (NSSize) minSize

Field Documentation

- (BOOL) fillX
readwriteprotected

Definition at line 15 of file CocoaHLayout.h.

Referenced by CocoaGui_WHLayout_Setup().

- (BOOL) fillY
readwriteprotected

Definition at line 16 of file CocoaHLayout.h.

Referenced by CocoaGui_WHLayout_Setup().

- (NSMutableArray*) subviewsInOrder
protected

Definition at line 14 of file CocoaHLayout.h.

Referenced by addLayoutSubview:.


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