mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:55:06 +00:00
21 lines
176 B
Markdown
21 lines
176 B
Markdown
## Name
|
|
|
|
GML Password Box Widget
|
|
|
|
## Description
|
|
|
|
Defines a GUI password box widget.
|
|
|
|
## Synopsis
|
|
|
|
```gml
|
|
@GUI::PasswordBox
|
|
```
|
|
|
|
## Examples
|
|
|
|
```gml
|
|
@GUI::PasswordBox {
|
|
|
|
}
|
|
```
|