mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
Initial skeletal implementation of NSDictionaryController
This commit is contained in:
parent
8237c37024
commit
48698fed36
2 changed files with 2 additions and 6 deletions
|
@ -86,11 +86,7 @@ extern "C" {
|
|||
|
||||
- (id) value;
|
||||
- (void) setValue: (id)value;
|
||||
|
||||
=======
|
||||
@interface NSDictionaryController : NSArrayController
|
||||
|
||||
>>>>>>> 89a555f23 (Add new class NSDictionaryController.)
|
||||
@end
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#import <Foundation/NSKeyValueObserving.h>
|
||||
|
||||
#import "AppKit/NSDictionaryController.h"
|
||||
|
||||
#import "AppKit/NSKeyValueBinding.h"
|
||||
#import "GSBindingHelpers.h"
|
||||
|
||||
|
@ -90,7 +91,7 @@ NSUInteger __count = 0;
|
|||
{
|
||||
ASSIGNCOPY(_localizedKeyTable, table);
|
||||
}
|
||||
|
||||
|
||||
- (NSArray *) includedKeys
|
||||
{
|
||||
return _includedKeys;
|
||||
|
@ -111,7 +112,6 @@ NSUInteger __count = 0;
|
|||
ASSIGNCOPY(_excludedKeys, excludedKeys);
|
||||
}
|
||||
|
||||
- (NSString *) initialKey
|
||||
{
|
||||
return _initialKey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue