# `GSWindowController.graphicView`

*Instance Property*

## Declaration

```swift
unowned(unsafe) var graphicView: GSGlyphEditView? { get set }
```

```objc
@property (nonatomic, unsafe_unretained) GSGlyphEditView * graphicView;
```

```python
graphicView() -> GSGlyphEditView
setGraphicView_(graphicView: GSGlyphEditView)
```

