More initial work.

This commit is contained in:
Gregory John Casamento 2020-04-16 11:42:21 -04:00
parent ea5dbc2236
commit 8785a1307b
5 changed files with 31 additions and 16 deletions

View file

@ -123,6 +123,16 @@ enum {
};
typedef NSUInteger NSCellStateValue;
/*
* Control state values as of 10.13
*/
enum {
NSControlStateValueMixed = -1,
NSControlStateValueOff = 0,
NSControlStateValueOn = 1
};
typedef NSUInteger NSControlStateValue;
/**
* <p>Enumeration of the ways that you can display an image in an
* NSImageCell. The available ones are:</p>