Vuido
  • About Vuido
  • Introduction
  • Installation
    • Manual Configuration
    • Production Builds
  • Usage
    • Window Template
    • Script Section
    • Interpolations
    • Computed Properties
    • Conditionals and Loops
    • Handling User Input
    • Managing Windows
    • Displaying Dialogs
    • Custom Components
    • Using libui Classes
    • Common Attributes
  • Packaging
  • Built-in Components
    • Window
    • Containers
      • Box
      • Form
      • Group
      • Tab
    • Widgets
      • Area
        • AreaGroup
        • AreaPath
        • AreaText
      • Button
      • Checkbox
      • ColorButton
      • Combobox
      • DatePicker
      • DateTimePicker
      • DropdownList
      • FontButton
      • ProgressBar
      • RadioButtons
      • Separator
      • Slider
      • Spinbox
      • Text
      • TextArea
      • TextInput
      • TimePicker
Powered by GitBook
On this page
  1. Built-in Components

Widgets

PreviousTabNextArea

Last updated 6 years ago

The following built-in widget components are available:

  • - a custom drawn widget

  • - a simple button widget

  • - a checkbox widget

  • - a button that opens a color selector dialog

  • - a widget for selecting a date

  • - a widget for selecting a date and time

  • - a widget for selecting a value from a drop-down list

  • - a button that opens a font selector dialog

  • - a progress bar widget

  • - a widget that represent a group of radio buttons

  • - a horizontal or vertical line to visually separate widgets

  • - a horizontal slider for editing numeric values

  • - an input widget for editing numeric values

  • - static widget which displays simple text

  • - an input widget for editing multiple lines of text

  • - an input widget for editing a single line of text

  • - a widget for selecting a time

Area
Button
Checkbox
ColorButton
DatePicker
DateTimePicker
DropdownList
FontButton
ProgressBar
RadioButtons
Separator
Slider
Spinbox
Text
TextArea
TextInput
TimePicker