---
title: "init(rawValue:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nswindow/level-swift.struct/init(rawvalue:)"
---

# init(rawValue:)

Creates a window level using the given raw value.

## Declaration

```swift
init(rawValue: Int)
```

## Parameters

- `rawValue`: The raw integer value of the window level.

## See Also

### Creating a Window Level

- [init(_:)](appkit/nswindow/level-swift.struct/init(_:).md)
