mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:10:48 +00:00
* 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:
parent
3205b3037d
commit
d870275b7f
11 changed files with 224 additions and 201 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue