mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:01:16 +00:00
Add APPKIT_DECLARE
This commit is contained in:
parent
4e49c2a8cf
commit
19e8a48ba3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ APPKIT_DECLARE NSString* NSCollectionViewAllowsMultipleSelectionKey = @"NSAllow
|
|||
APPKIT_DECLARE NSString* NSCollectionViewBackgroundColorsKey = @"NSBackgroundColors";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewLayoutKey = @"NSCollectionViewLayout";
|
||||
|
||||
static NSCollectionViewSupplementaryElementKind GSNoSupplementaryElement = @"GSNoSupplementaryElement"; // private
|
||||
APPKIT_DECLARE NSCollectionViewSupplementaryElementKind GSNoSupplementaryElement = @"GSNoSupplementaryElement"; // private
|
||||
|
||||
/*
|
||||
* Class variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue