Implement collapse section

This commit is contained in:
Gregory John Casamento 2022-07-16 05:44:17 -04:00
parent 83e8cf6a15
commit 00ac1adf7f
2 changed files with 53 additions and 4 deletions

View file

@ -28,6 +28,8 @@
#import <AppKit/NSCollectionView.h>
#import <AppKit/NSCollectionViewLayout.h>
@class NSMutableIndexSet;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST)
#if defined(__cplusplus)
@ -97,6 +99,7 @@ NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFoo
NSEdgeInsets _sectionInset;
BOOL _sectionHeadersPinToVisibleBounds;
BOOL _sectionFootersPinToVisibleBounds;
NSMutableIndexSet *_collapsedSections;
}
- (CGFloat) minimumLineSpacing;