mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:00:37 +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
|
@ -113,11 +113,6 @@ enum {
|
|||
NSMixedState = -1
|
||||
};
|
||||
|
||||
typedef enum _NSControlSize {
|
||||
NSRegularControlSize,
|
||||
NSSmallControlSize
|
||||
} NSControlSize;
|
||||
|
||||
@interface NSCell : NSObject <NSCopying, NSCoding>
|
||||
{
|
||||
// Attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue