mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 04:32:51 +00:00
19 lines
159 B
Markdown
19 lines
159 B
Markdown
## Name
|
|
|
|
GML Link Label Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI link label widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::LinkLabel`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::LinkLabel {
|
|
|
|
}
|
|
```
|