mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:40:48 +00:00
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:
parent
666144bbd8
commit
7133a6a263
5 changed files with 90 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue