GML/Widget/TextBox(5) - SerenityOS man pages

#Name

GML Text Box Widget

#Description

Defines a GUI text box widget.

#Synopsis

@GUI::TextBox

#Examples

@GUI::TextBox {
    placeholder: "Text box"
    mode: "Editable"
}

@GUI::TextBox {
    text: "Disabled"
    enabled: false
}