mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:50:38 +00:00
Implement re-flow when view is resized
This commit is contained in:
parent
b28eaac9eb
commit
2246da3d0e
3 changed files with 28 additions and 6 deletions
|
@ -100,6 +100,10 @@ NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFoo
|
|||
BOOL _sectionHeadersPinToVisibleBounds;
|
||||
BOOL _sectionFootersPinToVisibleBounds;
|
||||
NSMutableIndexSet *_collapsedSections;
|
||||
|
||||
NSInteger _ds; // deltas for when overflow happens...
|
||||
NSInteger _dr;
|
||||
|
||||
}
|
||||
|
||||
- (CGFloat) minimumLineSpacing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue