mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:40:37 +00:00
Update NSCollectionView*.h headers to export symbols properly on Windows
This commit is contained in:
parent
9b56fe8df0
commit
fa820398d9
5 changed files with 19 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#import <AppKit/NSCollectionView.h>
|
||||
#import <AppKit/NSCollectionViewLayout.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSMutableIndexSet;
|
||||
|
||||
|
@ -46,6 +47,7 @@ typedef NSInteger NSCollectionViewScrollDirection;
|
|||
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionHeader;
|
||||
NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFooter;
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
|
||||
{
|
||||
BOOL _invalidateFlowLayoutDelegateMetrics;
|
||||
|
@ -87,6 +89,7 @@ NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFoo
|
|||
|
||||
@end
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewFlowLayout : NSCollectionViewLayout
|
||||
{
|
||||
CGFloat _minimumLineSpacing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue