Widgets

The following built-in widget components are available:

  • Area - a custom drawn widget

  • Button - a simple button widget

  • Checkbox - a checkbox widget

  • ColorButton - a button that opens a color selector dialog

  • DatePicker - a widget for selecting a date

  • DateTimePicker - a widget for selecting a date and time

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

  • FontButton - a button that opens a font selector dialog

  • ProgressBar - a progress bar widget

  • RadioButtons - a widget that represent a group of radio buttons

  • Separator - a horizontal or vertical line to visually separate widgets

  • Slider - a horizontal slider for editing numeric values

  • Spinbox - an input widget for editing numeric values

  • Text - static widget which displays simple text

  • TextArea - an input widget for editing multiple lines of text

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

  • TimePicker - a widget for selecting a time

Last updated