mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
22 lines
176 B
Markdown
22 lines
176 B
Markdown
|
|
## Name
|
||
|
|
|
||
|
|
GML Password Box Widget
|
||
|
|
|
||
|
|
## Description
|
||
|
|
|
||
|
|
Defines a GUI password box widget.
|
||
|
|
|
||
|
|
## Synopsis
|
||
|
|
|
||
|
|
```gml
|
||
|
|
@GUI::PasswordBox
|
||
|
|
```
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
```gml
|
||
|
|
@GUI::PasswordBox {
|
||
|
|
|
||
|
|
}
|
||
|
|
```
|