Declaration

@IBOutlet unowned(unsafe) var negativeButton: NSButton { get set }

Declaration

@property (nonatomic, unsafe_unretained) NSButton * negativeButton;

Declaration

negativeButton() -> NSButton
setNegativeButton_(negativeButton: NSButton)