# `GSEditViewController.negativeButton`

*Instance Property*

## Declaration

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

```objc
@property (nonatomic, unsafe_unretained) NSButton * negativeButton;
```

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

