mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 13:12:56 +00:00
19 lines
147 B
Markdown
19 lines
147 B
Markdown
## Name
|
|
|
|
GML URL Box Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI url box widget.
|
|
|
|
## Synopsis
|
|
|
|
`@GUI::UrlBox`
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::UrlBox {
|
|
|
|
}
|
|
```
|