# `GSWindowController.toolTempSelection`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var toolTempSelection: AnyObject? { get set }
```

```objc
@property (nonatomic, unsafe_unretained) id toolTempSelection;
```

```python
toolTempSelection() -> object
setToolTempSelection_(toolTempSelection: object)
```

