16 lines
217 B
Markdown
16 lines
217 B
Markdown
**PROTOCOL**
|
|
|
|
# `Widget`
|
|
|
|
A widget is a view that know about its GTUI widget.
|
|
|
|
## Methods
|
|
### `container()`
|
|
|
|
The view storage.
|
|
|
|
### `update(_:)`
|
|
|
|
Update the stored content.
|
|
- Parameter storage: The storage to update.
|