---
title: childWindows
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswindow/childwindows
---

# childWindows

An array of the window’s attached child windows.

## Declaration

```swift
var childWindows: [NSWindow]? { get }
```

## See Also

### Managing Attached Windows

- [addChildWindow(_:ordered:)](appkit/nswindow/addchildwindow(_:ordered:).md)
- [removeChildWindow(_:)](appkit/nswindow/removechildwindow(_:).md)
- [parent](appkit/nswindow/parent.md)
