Add implementations for child methods

This commit is contained in:
Gregory John Casamento 2023-04-04 08:51:23 -04:00
parent ff16d864df
commit 69d1e7cb8f
2 changed files with 31 additions and 12 deletions

View file

@ -48,11 +48,15 @@ APPKIT_EXPORT_CLASS
NSString *_leafKeyPath;
NSArray *_sort_descriptors;
NSArray *_arranged_objects;
NSMutableArray *_selection_index_paths;
BOOL _alwaysUsesMultipleValuesMarker;
BOOL _avoidsEmptySelection;
BOOL _preservesSelection;
BOOL _selectsInsertedObjects;
BOOL _can_add_child;
BOOL _can_insert;
BOOL _can_insert_child;
}
- (BOOL) addSelectionIndexPaths: (NSArray *)indexPaths;