mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Made data source method optional on NSTableView.
Add marker objects for KVB. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c3c507203b
commit
2cb413a872
3 changed files with 11 additions and 4 deletions
|
@ -2273,12 +2273,13 @@ static void computeNewSelection
|
|||
|
||||
if (anObject && [anObject respondsToSelector: sel_b] == NO)
|
||||
{
|
||||
/* This method isn't required.
|
||||
[NSException raise: NSInternalInconsistencyException
|
||||
format: @"Data Source doesn't respond to "
|
||||
@"tableView:objectValueForTableColumn:row:"];
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
_dataSource_editable = [anObject respondsToSelector: sel_c];
|
||||
|
||||
/* We do *not* retain the dataSource, it's like a delegate */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue