Skip to content

Y20260414-1000

@HeikoKlare HeikoKlare tagged this 14 Apr 13:06
Replaces deprecated NSButtonCell.h constants (deprecated since macOS 10.14)
with their modern equivalents as tracked in issue #3214:

Button Types:
  NSMomentaryLightButton  -> NSButtonTypeMomentaryLight
  NSPushOnPushOffButton   -> NSButtonTypePushOnPushOff
  NSRadioButton           -> NSButtonTypeRadio
  NSSwitchButton          -> NSButtonTypeSwitch

Bezel Styles:
  NSRoundedBezelStyle          -> NSBezelStylePush
  NSRegularSquareBezelStyle    -> NSBezelStyleFlexiblePush
  NSShadowlessSquareBezelStyle -> NSBezelStyleSmallSquare
  NSRoundedDisclosureBezelStyle -> NSBezelStylePushDisclosure

Updated OS.java constant declarations, AppKitFull.bridgesupport(.extras),
and all call sites in Button, DateTime, Table, and Tree widgets.
Assets 2
Loading