* Headers/AppKit/NSCell.h

* Headers/AppKit/NSColor.h
        * Headers/AppKit/NSGraphics.h
        * Headers/AppKit/NSView.h
        * Source/Functions.m
        * Source/GSThemeDrawing.m
        * Source/GSTitleView.m
        * Source/NSApplication.m
        * Source/NSCell.m
        * Source/NSView.m: More NSInteger/NSUInteger/CGFloat cleanup



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-01-29 21:57:41 +00:00
parent 3205b3037d
commit d870275b7f
11 changed files with 224 additions and 201 deletions

View file

@ -41,18 +41,20 @@
@class NSImage;
@class NSColorSpace;
typedef enum _NSControlTint {
enum _NSControlTint {
NSDefaultControlTint,
NSBlueControlTint,
NSGraphiteControlTint = 6,
NSClearControlTint
} NSControlTint;
};
typedef NSUInteger NSControlTint;
typedef enum _NSControlSize {
enum _NSControlSize {
NSRegularControlSize,
NSSmallControlSize,
NSMiniControlSize
} NSControlSize;
};
typedef NSUInteger NSControlSize;
/*
* NSColor is an abstract super class of the class cluster of the real colour classes.