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

286 B

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.