mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:50:47 +00:00
Add encoding for NSGridView
This commit is contained in:
parent
4629cde7b7
commit
848586fb6b
2 changed files with 63 additions and 5 deletions
|
@ -60,7 +60,13 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
|
||||
@interface NSGridView : NSView
|
||||
{
|
||||
NSGridRowAlignment _rowAlignment;
|
||||
NSMutableArray *_rows;
|
||||
NSMutableArray *_columns;
|
||||
CGFloat _columnSpacing;
|
||||
CGFloat _rowSpacing;
|
||||
CGFloat _xPlacement;
|
||||
CGFloat _yPlacement;
|
||||
}
|
||||
|
||||
+ (instancetype) gridViewWithNumberOfColumns: (NSInteger)columnCount rows: (NSInteger)rowCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue