mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00: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 {
|
||
|
|
|
||
|
|
}
|
||
|
|
```
|