forked from aparoksha/adwaita-swift
23 lines
286 B
Markdown
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.
|