mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
21 lines
197 B
Markdown
21 lines
197 B
Markdown
## Name
|
|
|
|
GML Tree View Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI tree view widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::TreeView`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::TreeView {
|
|
name: "tree_view"
|
|
fixed_width: 200
|
|
}
|
|
```
|