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:
Daniel Ferreira 2017-08-05 01:33:39 +10:00 committed by Ivan Vučica
parent 5ce4348754
commit 8321f7ee5d

View file

@ -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