mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Update selection methods
This commit is contained in:
parent
3ea04c0e36
commit
a16ad6168b
2 changed files with 36 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue