1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 20:14:58 +00:00
serenity/Base/usr/share/man/man5/GML/Widget/HorizontalProgressbar.md
kleines Filmröllchen 3df2eb66be Base: Move GML Widget documentation to subsubsection
This is not only convenient, but also a subsection testcase :^)
2023-01-02 06:15:13 -07:00

264 B

Name

GML Horizontal Progress Bar Widget

Description

Defines a GUI horizontal progress bar widget.

Synopsis

@GUI::HorizontalProgressbar

Examples

@GUI::HorizontalProgressbar {
    name: "horizontal_progressbar"
    fixed_height: 20
}