Update header to correct addChild: remove uneeded declarations, make corresponding changes in .m file

This commit is contained in:
Gregory John Casamento 2023-03-01 13:19:27 -05:00
parent 14baf92024
commit be1acf04c4
2 changed files with 7 additions and 43 deletions

View file

@ -56,7 +56,7 @@ APPKIT_EXPORT_CLASS
- (BOOL) addSelectionIndexPaths: (NSArray*)indexPaths;
- (BOOL) alwaysUsesMultipleValuesMarker;
- (BOOL) avoidsEmptySelection;
- (BOOL) canAddChid;
- (BOOL) canAddChild;
- (BOOL) canInsert;
- (BOOL) canInsertChild;
- (BOOL) preservesSelection;
@ -64,7 +64,6 @@ APPKIT_EXPORT_CLASS
- (BOOL) setSelectionIndexPath: (NSIndexPath*)indexPath;
- (BOOL) setSelectionIndexPaths: (NSArray*)indexPaths;
- (id) arrangedObjects;
- (id) content;
- (NSArray*) selectedObjects;
- (NSIndexPath*) selectionIndexPath;
- (NSArray*) selectionIndexPaths;
@ -86,7 +85,6 @@ APPKIT_EXPORT_CLASS
- (void) setAlwaysUsesMultipleValuesMarker: (BOOL)flag;
- (void) setAvoidsEmptySelection: (BOOL)flag;
- (void) setChildrenKeyPath: (NSString*)path;
- (void) setContent: (id)content;
- (void) setCountKeyPath: (NSString*)path;
- (void) setLeafPathKey: (NSString*)key;
- (void) setPreservesSelection: (BOOL)flag;