mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
20 lines
159 B
Markdown
20 lines
159 B
Markdown
## Name
|
|
|
|
GML Link Label Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI link label widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::LinkLabel`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::LinkLabel {
|
|
|
|
}
|
|
```
|