mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:35:08 +00:00
19 lines
155 B
Markdown
19 lines
155 B
Markdown
## Name
|
|
|
|
GML Icon View Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI icon view widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::IconView`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::IconView {
|
|
|
|
}
|
|
```
|