mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Use enumerated type for _xPlacement and _yPlacement
This commit is contained in:
parent
b1b6e9a2a1
commit
b20ee2969f
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
NSMutableArray *_cells;
|
||||
CGFloat _columnSpacing;
|
||||
CGFloat _rowSpacing;
|
||||
NSUInteger _xPlacement;
|
||||
NSUInteger _yPlacement;
|
||||
NSGridCellPlacement _xPlacement;
|
||||
NSGridCellPlacement _yPlacement;
|
||||
}
|
||||
|
||||
+ (instancetype) gridViewWithNumberOfColumns: (NSInteger)columnCount rows: (NSInteger)rowCount;
|
||||
|
|
Loading…
Reference in a new issue