mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
Implement collapse section
This commit is contained in:
parent
83e8cf6a15
commit
00ac1adf7f
2 changed files with 53 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue