# `GlyphsPalette.windowController`

*Instance Property*

The window controller managing the window the panel is in

## Declaration

```swift
weak var windowController: GSWindowController! { get set }
```

```objc
@property (nonatomic, weak) GSWindowController * windowController;
```

```python
windowController() -> GSWindowController
setWindowController_(windowController: GSWindowController)
```

