**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.