mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
f7605af5d3
commit
adc15db374
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue