mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Add code to return the item properly from layoutAttributesForElementsInRect:, add missing NSCopying declaration to NSCollectionViewItem.h, minor cleanup in NSCollectionViewCompositionalLayout
This commit is contained in:
parent
f3672c31e9
commit
5108348ca6
7 changed files with 28 additions and 28 deletions
|
@ -49,11 +49,6 @@
|
|||
@class NSMutableDictionary;
|
||||
@class NSMutableSet;
|
||||
|
||||
@class NSMapTable;
|
||||
@class NSMutableArray;
|
||||
@class NSMutableDictionary;
|
||||
@class NSMutableSet;
|
||||
|
||||
@protocol NSPasteboardWriting;
|
||||
|
||||
enum
|
||||
|
@ -439,9 +434,10 @@ APPKIT_EXPORT_CLASS
|
|||
// Managing items
|
||||
NSMutableArray *_visibleItems;
|
||||
NSMutableSet *_indexPathsForVisibleItems;
|
||||
NSDictionary *_visibleSupplementaryViews;
|
||||
NSMutableDictionary *_visibleSupplementaryViews;
|
||||
NSMutableSet *_indexPathsForSupplementaryElementsOfKind;
|
||||
|
||||
NSMutableDictionary *_itemsToAttributes;
|
||||
|
||||
// Registered class/nib for item identifier
|
||||
NSMapTable *_registeredNibs;
|
||||
NSMapTable *_registeredClasses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue