Add implementations for child methods

This commit is contained in:
Gregory John Casamento 2023-04-04 09:00:16 -04:00
parent 69d1e7cb8f
commit 93608769d9
2 changed files with 16 additions and 15 deletions

View file

@ -46,7 +46,7 @@ APPKIT_EXPORT_CLASS
NSString *_childrenKeyPath;
NSString *_countKeyPath;
NSString *_leafKeyPath;
NSArray *_sort_descriptors;
NSArray *_sortDescriptors;
NSArray *_arranged_objects;
NSMutableArray *_selection_index_paths;
@ -54,9 +54,9 @@ APPKIT_EXPORT_CLASS
BOOL _avoidsEmptySelection;
BOOL _preservesSelection;
BOOL _selectsInsertedObjects;
BOOL _can_add_child;
BOOL _can_insert;
BOOL _can_insert_child;
BOOL _canAddChild;
BOOL _canInsert;
BOOL _canInsertChild;
}
- (BOOL) addSelectionIndexPaths: (NSArray *)indexPaths;