mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
New method : -dataCellForRow:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10747 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8e94f5abf9
commit
ae903addba
1 changed files with 5 additions and 0 deletions
|
@ -240,6 +240,11 @@
|
|||
return _dataCell;
|
||||
}
|
||||
|
||||
- (NSCell*)dataCellForRow: (int) row
|
||||
{
|
||||
[self dataCell];
|
||||
}
|
||||
|
||||
/*
|
||||
* Encoding/Decoding
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue