mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:21:53 +00:00
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:
parent
7802332a82
commit
5c4d364c8c
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue