david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

436 B

PROTOCOL

Widget

A widget is a view that know about its GTUI widget.

Methods

container(modifiers:)

The view storage.

  • Parameter modifiers: Modify views before being updated.

update(_:modifiers:updateProperties:)

Update the stored content.

  • Parameters:
    • storage: The storage to update.
    • modifiers: Modify views before being updated
    • updateProperties: Whether to update the view's properties.