Update selection methods

This commit is contained in:
Gregory John Casamento 2022-09-08 03:49:25 -04:00
parent 3ea04c0e36
commit a16ad6168b
2 changed files with 36 additions and 26 deletions

View file

@ -402,6 +402,7 @@ APPKIT_EXPORT_CLASS
BOOL _isSelectable;
BOOL _allowsEmptySelection;
NSIndexSet *_selectionIndexes;
NSSet *_selectionIndexPaths;
NSArray *_backgroundColors;
@ -437,7 +438,6 @@ APPKIT_EXPORT_CLASS
NSMutableDictionary *_visibleSupplementaryViews;
NSMutableSet *_indexPathsForSupplementaryElementsOfKind;
NSMutableDictionary *_itemsToAttributes;
NSSet *_selectionIndexPaths;
// Registered class/nib for item identifier
NSMapTable *_registeredNibs;