mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
More initial work.
This commit is contained in:
parent
ea5dbc2236
commit
8785a1307b
5 changed files with 31 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue