---
title: parentWindow
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkdialogcontroller/parentwindow
---

# parentWindow

The window that displays the dashboard.

## Declaration

```swift
@IBOutlet weak var parentWindow: NSWindow? { get set }
```

## Discussion

Discussion Set this property before presenting a view controller. The window must be at least 800 x 600.
