mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
Replaced -_dataCellForTableColumn:row: by -preparedCellAtColumn:row: new public method from Mac OS X 10.5
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36136 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0e308561c1
commit
e4e5428122
4 changed files with 68 additions and 59 deletions
|
@ -229,6 +229,12 @@ typedef enum _NSTableViewColumnAutoresizingStyle
|
|||
- (NSTableViewGridLineStyle) gridStyleMask;
|
||||
#endif
|
||||
|
||||
/* Proving Cells */
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (NSCell *) preparedCellAtColumn: (NSInteger)columnIndex row: (NSInteger)rowIndex;
|
||||
#endif
|
||||
|
||||
/* Editing Cells */
|
||||
/* ALL TODOS */
|
||||
- (void) editColumn: (NSInteger)columnIndex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue