mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Add APPKIT_DECLARE
This commit is contained in:
parent
8afffbb121
commit
4e49c2a8cf
1 changed files with 8 additions and 8 deletions
|
@ -56,14 +56,14 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
static NSString* NSCollectionViewMinItemSizeKey = @"NSMinGridSize";
|
||||
static NSString* NSCollectionViewMaxItemSizeKey = @"NSMaxGridSize";
|
||||
static NSString* NSCollectionViewMaxNumberOfRowsKey = @"NSMaxNumberOfGridRows";
|
||||
static NSString* NSCollectionViewMaxNumberOfColumnsKey = @"NSMaxNumberOfGridColumns";
|
||||
static NSString* NSCollectionViewSelectableKey = @"NSSelectable";
|
||||
static NSString* NSCollectionViewAllowsMultipleSelectionKey = @"NSAllowsMultipleSelection";
|
||||
static NSString* NSCollectionViewBackgroundColorsKey = @"NSBackgroundColors";
|
||||
static NSString* NSCollectionViewLayoutKey = @"NSCollectionViewLayout";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewMinItemSizeKey = @"NSMinGridSize";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewMaxItemSizeKey = @"NSMaxGridSize";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewMaxNumberOfRowsKey = @"NSMaxNumberOfGridRows";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewMaxNumberOfColumnsKey = @"NSMaxNumberOfGridColumns";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewSelectableKey = @"NSSelectable";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewAllowsMultipleSelectionKey = @"NSAllowsMultipleSelection";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewBackgroundColorsKey = @"NSBackgroundColors";
|
||||
APPKIT_DECLARE NSString* NSCollectionViewLayoutKey = @"NSCollectionViewLayout";
|
||||
|
||||
static NSCollectionViewSupplementaryElementKind GSNoSupplementaryElement = @"GSNoSupplementaryElement"; // private
|
||||
|
||||
|
|
Loading…
Reference in a new issue