1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Base/usr/share/man/man5/GML/Widget/NumericInput.md
Sam Atkins ea31c11aff LibGUI+PDFViewer: Move NumericInput into LibGUI
A text box that is restricted to numbers within a range, is generally
useful. Let's make it available for use!
2024-01-10 13:13:27 +00:00

224 B

Name

GML Numeric Input Widget

Description

Defines a GUI text box that only allows integers within a specified range.

Synopsis

@GUI::NumericInput

Examples

@GUI::NumericInput {
    text: "23"
}