mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 16:21:56 +00:00
Move handling of dictionary creation into GSControllerTreeProxy class, per discussion with @fredkiefer
This commit is contained in:
parent
abfc782a6c
commit
6f2c542b46
3 changed files with 19 additions and 14 deletions
|
@ -40,8 +40,9 @@ extern "C" {
|
|||
|
||||
+ (NSMutableDictionary *) dictionaryWithChildren: (NSMutableArray *)children;
|
||||
|
||||
- (instancetype) initWithRepresentedObject: (id)representedObject
|
||||
withController: (id)controller;
|
||||
- (instancetype) initWithContent: (id)content
|
||||
withController: (id)controller;
|
||||
|
||||
- (NSUInteger) count;
|
||||
|
||||
- (NSMutableArray *) children;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue