david-swift 921f025e39 Update demo and fix bugs
- Fix build optional in ViewBuilder
- Fix maximum size frame modifier
- Improve inspector wrapper
- Improve header bar
- Improve status page
- Improve the naming of some elements
2023-10-12 22:15:15 +02:00

26 lines
401 B
Markdown

**STRUCT**
# `InspectorWrapper`
A widget which executes a custom code on the GTUI widget when being created and updated.
## Properties
### `modify`
The custom code to edit the widget.
### `content`
The wrapped view.
## Methods
### `container()`
Get the content's container.
- Returns: The content's container.
### `update(_:)`
Update the content.
- Parameter storage: The content's storage.