mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:41:05 +00:00
Address fred's comment about getting the cell more efficiently
This commit is contained in:
parent
2c488f07c8
commit
68dad85a1e
2 changed files with 14 additions and 8 deletions
|
@ -156,7 +156,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
- (NSGridView *) gridView;
|
||||
- (void) setGridView: (NSGridView *)gv;
|
||||
- (NSInteger) numberOfCells;
|
||||
- (NSGridCell *) cellAtIndex:(NSInteger)index;
|
||||
- (NSGridCell *) cellAtIndex: (NSInteger)index;
|
||||
|
||||
- (NSGridCellPlacement) xPlacement;
|
||||
- (void) setXPlacement: (NSGridCellPlacement)x;
|
||||
|
@ -186,7 +186,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
- (NSGridView *) gridView;
|
||||
- (void) setGridView: (NSGridView *)gv;
|
||||
- (NSInteger) numberOfCells;
|
||||
- (NSGridCell *)cellAtIndex:(NSInteger)index;
|
||||
- (NSGridCell *)cellAtIndex: (NSInteger)index;
|
||||
|
||||
- (NSGridCellPlacement) yPlacement;
|
||||
- (void) setYPlacement: (NSGridCellPlacement)y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue