Back to Serenity

HorizontalProgressbar

Base/usr/share/man/man5/GML/Widget/HorizontalProgressbar.md

latest263 B
Original Source

Name

GML Horizontal Progress Bar Widget

Description

Defines a GUI horizontal progress bar widget.

Synopsis

@GUI::HorizontalProgressbar

Examples

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