<!--
{
  "availability" : [
    "macOS: 10.12.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/WindowListOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSWindowListOptions"
  },
  "title" : "NSApplication.WindowListOptions"
}
-->

# NSApplication.WindowListOptions

This constant indicates a window ordering.

```
struct WindowListOptions
```

## Topics

### Options

[`NSWindowListOrderedFrontToBack`](/documentation/AppKit/NSApplication/WindowListOptions/orderedFrontToBack)

The app’s onscreen windows in front-to-back order. By default, [`windows`](/documentation/AppKit/NSApplication/windows) is used.

### Initializers

[`init(rawValue:)`](/documentation/AppKit/NSApplication/WindowListOptions/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)