mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
Playground: Add help documentation
This commit is contained in:
parent
1e4b9a9cd9
commit
1f03b6ad57
4 changed files with 70 additions and 1 deletions
28
Base/usr/share/man/man1/Playground.md
Normal file
28
Base/usr/share/man/man1/Playground.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
## Name
|
||||
|
||||
Playground - GUI Markup Language (GML) editor
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Playground
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Playground facilitates development of graphical user interfaces (GUI)
|
||||
for Serenity applications using GUI Markup Language (GML) to compose
|
||||
a layout for GUI widgets and set widget attributes.
|
||||
|
||||
The specified widgets are automatically rendered in a live preview
|
||||
window, allowing rapid prototyping and development of application GUIs.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ Playground
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
* [`gml-format`(1)](../man1/gml-format.md) For automated GML formatting
|
23
Base/usr/share/man/man1/gml-format.md
Normal file
23
Base/usr/share/man/man1/gml-format.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
## Name
|
||||
|
||||
gml-format - automated GUI Markup Language (GML) formatter
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ gml-format [--inplace] [path...]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`gml-format` formats GUI Markup Language (GML) files.
|
||||
|
||||
## Options
|
||||
|
||||
* `-i`, `--inplace`: Write formatted contents back to file rather than standard output
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ gml-format -i /home/anon/example.gml
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue