Headers/gnustep/gui/NSTableView.h: changed ivar _del_editable to

_dataSource_editable. Previously the delegate was responsible for
tableView:setObjectValue:forTableColumn:row:, whereas it is now the
dataSource that is responsible for it (it conforms with the docs)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11647 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Pierre-Yves Rivaille 2001-12-07 14:19:57 +00:00
parent f7605af5d3
commit adc15db374

View file

@ -88,9 +88,9 @@ typedef enum _NSTableViewDropOperation {
/* YES if _delegate responds to
tableView:willDisplayCell:forTableColumn:row: */
BOOL _del_responds;
/* YES if _delegate responds to
/* YES if _dataSource responds to
tableView:setObjectValue:forTableColumn:row: */
BOOL _del_editable;
BOOL _dataSource_editable;
/*
* We cache column origins (precisely, the x coordinate of the left