mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 18:23:39 +00:00
20 lines
197 B
Markdown
20 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
|
|
}
|
|
```
|