mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 21:50:46 +00:00
Add static directive
This commit is contained in:
parent
80c0c7f92c
commit
c8c3e9720c
2 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ enum
|
||||||
};
|
};
|
||||||
typedef NSInteger NSCollectionViewScrollDirection;
|
typedef NSInteger NSCollectionViewScrollDirection;
|
||||||
|
|
||||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
|
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
|
||||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
|
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
|
||||||
|
|
||||||
APPKIT_EXPORT_CLASS
|
APPKIT_EXPORT_CLASS
|
||||||
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
|
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
|
||||||
|
|
|
@ -48,7 +48,7 @@ typedef NSInteger NSCollectionElementCategory;
|
||||||
|
|
||||||
|
|
||||||
typedef NSString *NSCollectionViewDecorationElementKind;
|
typedef NSString *NSCollectionViewDecorationElementKind;
|
||||||
const NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
|
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndicator;
|
||||||
|
|
||||||
@class NSCollectionViewLayoutAttributes;
|
@class NSCollectionViewLayoutAttributes;
|
||||||
@class NSCollectionView;
|
@class NSCollectionView;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue