1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Base/usr/share/man/man5/GML/Widget-HorizontalSeparator.md
kleines Filmröllchen ad6cbc4192 Base: Move GML documentation into subsection
That was the whole point of this endeavour :^)
2023-01-02 06:15:13 -07:00

261 B

Name

GML Horizontal Separator Widget

Description

Defines a horizontal separator widget. Creates a horizontal line separating elements.

Synopsis

@GUI::HorizontalSeparator

Examples

@GUI::HorizontalSeparator {
    fixed_height: 2
}