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