mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
NSButtonCell: define new button cell constants
Define new button cell constants in the NSButtonCell header. These buttons are not yet implemented, however.
This commit is contained in:
parent
5ce4348754
commit
8321f7ee5d
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ typedef enum _NSButtonType {
|
|||
NSMomentaryChangeButton,
|
||||
NSOnOffButton,
|
||||
NSMomentaryPushInButton,
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||
NSAcceleratorButton,
|
||||
NSMultiLevelAcceleratorButton,
|
||||
#endif
|
||||
// These are old names
|
||||
NSMomentaryLight = NSMomentaryPushInButton,
|
||||
NSMomentaryPushButton = NSMomentaryLightButton
|
||||
|
|
Loading…
Reference in a new issue