mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:20:49 +00:00
implement deleteRow/ColumnAtIndex: moveRow/ColumnAtIndex: methods.
This commit is contained in:
parent
037d50d445
commit
7de5efd022
2 changed files with 163 additions and 39 deletions
|
@ -153,7 +153,9 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
CGFloat _trailingPadding;
|
||||
BOOL _isHidden;
|
||||
}
|
||||
|
||||
- (NSGridView *) gridView;
|
||||
- (void) setGridView: (NSGridView *)gv;
|
||||
- (NSInteger) numberOfCells;
|
||||
- (NSGridCell *) cellAtIndex:(NSInteger)index;
|
||||
|
||||
|
@ -183,6 +185,7 @@ APPKIT_EXPORT const CGFloat NSGridViewSizeForContent;
|
|||
}
|
||||
|
||||
- (NSGridView *) gridView;
|
||||
- (void) setGridView: (NSGridView *)gv;
|
||||
- (NSInteger) numberOfCells;
|
||||
- (NSGridCell *)cellAtIndex:(NSInteger)index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue