mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:51:02 +00:00
Fix encoding/decoding, start rewriting refresh to align cells.
This commit is contained in:
parent
eaf0351b78
commit
b5c6e92dda
2 changed files with 63 additions and 86 deletions
|
@ -66,8 +66,8 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
NSMutableArray *_cells;
|
||||
CGFloat _columnSpacing;
|
||||
CGFloat _rowSpacing;
|
||||
CGFloat _xPlacement;
|
||||
CGFloat _yPlacement;
|
||||
NSUInteger _xPlacement;
|
||||
NSUInteger _yPlacement;
|
||||
}
|
||||
|
||||
+ (instancetype) gridViewWithNumberOfColumns: (NSInteger)columnCount rows: (NSInteger)rowCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue