gwenhywfar  5.11.1beta
Instance Methods | Protected Attributes
CocoaGridLayout Class Reference

#import <CocoaGridLayout.h>

Inheritance diagram for CocoaGridLayout:
<CocoaGwenGUIProtocol>

Instance Methods

(void) - addLayoutSubview:
 
(NSSize) - minSize
 

Protected Attributes

NSInteger columns
 
BOOL fillX
 
BOOL fillY
 
NSInteger rows
 
NSMutableArray * subviewsInOrder
 

Detailed Description

Definition at line 11 of file CocoaGridLayout.h.

Method Documentation

◆ addLayoutSubview:

- (void) addLayoutSubview: (NSView *)  new_subview

◆ minSize

- (NSSize) minSize

Field Documentation

◆ columns

- (NSInteger) columns
readwriteprotected

Definition at line 18 of file CocoaGridLayout.h.

◆ fillX

- (BOOL) fillX
readwriteprotected

Definition at line 15 of file CocoaGridLayout.h.

◆ fillY

- (BOOL) fillY
readwriteprotected

Definition at line 16 of file CocoaGridLayout.h.

◆ rows

- (NSInteger) rows
readwriteprotected

Definition at line 19 of file CocoaGridLayout.h.

◆ subviewsInOrder

- (NSMutableArray*) subviewsInOrder
protected

Definition at line 14 of file CocoaGridLayout.h.


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