mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
20 lines
206 B
Markdown
20 lines
206 B
Markdown
## Name
|
|
|
|
GML Table View Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI table view widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::TableView`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::TableView {
|
|
name: "cursors_tableview"
|
|
font_size: 12
|
|
}
|
|
```
|