Added new methods to NSFont and moved NSControlSize into NSColor header.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20868 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2005-03-07 13:25:29 +00:00
parent 666144bbd8
commit 7133a6a263
5 changed files with 90 additions and 7 deletions

View file

@ -39,9 +39,17 @@
typedef enum _NSControlTint {
NSDefaultControlTint,
NSClearControlTint
NSClearControlTint,
NSBlueControlTint,
NSGraphiteControlTint
} NSControlTint;
typedef enum _NSControlSize {
NSRegularControlSize,
NSSmallControlSize,
NSMiniControlSize
} NSControlSize;
/*
* NSColor is an abstract super class of the class cluster of the real colour classes.
* For each colour space exists a specific subclass that implements the behaviour for