Added enumerator NSControlSize.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11092 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-10-06 22:25:23 +00:00
parent 7802332a82
commit 5c4d364c8c

View file

@ -32,6 +32,9 @@
#include <Foundation/NSCoder.h>
#include <Foundation/NSGeometry.h>
// For tint
#include <AppKit/NSColor.h>
// For text alignment
#include <AppKit/NSText.h>
@class NSString;
@ -110,6 +113,11 @@ enum {
NSMixedState = -1
};
typedef enum _NSControlSize {
NSRegularControlSize,
NSSmallControlSize
} NSControlSize;
@interface NSCell : NSObject <NSCopying, NSCoding>
{
// Attributes