mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Changes to allow editing
This commit is contained in:
parent
90d94fea22
commit
8fbcbdb380
1 changed files with 7 additions and 0 deletions
|
@ -2056,6 +2056,13 @@ Also returns the child index relative to this parent. */
|
|||
NSTreeController *tc = (NSTreeController *)observedObject;
|
||||
NSArray *children = nil;
|
||||
|
||||
/* If there is a binding present, then allow it to be editable
|
||||
* by default as editability of cells is determined in the
|
||||
* NSTableColumn class based on the binding there for the
|
||||
* editable property as defined in IB.
|
||||
*/
|
||||
_dataSource_editable = YES;
|
||||
|
||||
/* Implement logic to build the internal data structure here using
|
||||
* bindings...
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue