cocoa.touchbar: another experiment for the 10.11 build machine.

NSButton.buttonWithTitle:target:action: is 10.12 and later.
paths
John Benediktsson 2018-03-13 11:29:16 -07:00
parent ade70ab813
commit 1bffdff33a
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ IN: cocoa.touchbar
[ nip ]
} 2cleave ;
{ id { id SEL id id SEL } } cache-stubs
:: make-NSTouchBar-button ( self identifier label-string action-string -- button )
NSCustomTouchBarItem -> alloc
identifier <CFString> { id { id SEL id } } ?-> initWithIdentifier: :> item