mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
* Headers/AppKit/NSKeyValueBinding.h,
* Source/externs.m: Additional binding names. * Source/GSBindingHelpers.h, * Source/NSKeyValueBinding.m: Additional helper methods. * Source/NSObjectController.m: Use helper methods. * Source/NSArrayController.m: Signal when the arranged objects change. * Source/NSTableColumn.m, * Source/NSTableView.m: First attempt at support for content binding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df87a9f362
commit
e8d2648aca
9 changed files with 282 additions and 83 deletions
|
@ -59,7 +59,10 @@
|
|||
options: (NSDictionary *)options
|
||||
fromObject: (id)source;
|
||||
- (void) setValueFor: (NSString *)binding;
|
||||
- (void) reverseSetValue: (id)value;
|
||||
- (void) reverseSetValueFor: (NSString *)binding;
|
||||
- (id) destinationValue;
|
||||
- (id) sourceValueFor: (NSString *)binding;
|
||||
|
||||
/* Transforms the value with a value transformer, if specified and available,
|
||||
* and takes care of any placeholders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue