2023-09-12 08:17:52 +02:00

23 lines
286 B
Markdown

**CLASS**
# `WindowStorage`
A storage for an app's window.
## Properties
### `window`
The GTUI window.
### `view`
The content's storage.
## Methods
### `init(window:view:)`
Initialize a window storage.
- Parameters:
- window: The GTUI window.
- view: The content's storage.