forked from aparoksha/adwaita-swift
32 lines
447 B
Markdown
32 lines
447 B
Markdown
**CLASS**
|
|
|
|
# `WindowStorage`
|
|
|
|
A storage for an app's window.
|
|
|
|
## Properties
|
|
### `id`
|
|
|
|
The window's identifier.
|
|
|
|
### `destroy`
|
|
|
|
Whether the reference to the window should disappear in the next update.
|
|
|
|
### `window`
|
|
|
|
The GTUI window.
|
|
|
|
### `view`
|
|
|
|
The content's storage.
|
|
|
|
## Methods
|
|
### `init(id:window:view:)`
|
|
|
|
Initialize a window storage.
|
|
- Parameters:
|
|
- id: The window's identifier.
|
|
- window: The GTUI window.
|
|
- view: The content's storage.
|