mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
Return attributes for items that intersect
This commit is contained in:
parent
9c1aec70e7
commit
3f402d292b
4 changed files with 43 additions and 8 deletions
|
@ -438,9 +438,9 @@ APPKIT_EXPORT_CLASS
|
|||
|
||||
// Managing items
|
||||
NSMutableArray *_visibleItems;
|
||||
NSSet *_indexPathsForVisibleItems;
|
||||
NSMutableSet *_indexPathsForVisibleItems;
|
||||
NSDictionary *_visibleSupplementaryViews;
|
||||
NSSet *_indexPathsForSupplementaryElementsOfKind;
|
||||
NSMutableSet *_indexPathsForSupplementaryElementsOfKind;
|
||||
|
||||
// Registered class/nib for item identifier
|
||||
NSMapTable *_registeredNibs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue