Expand description
Built-in widgets for the Azul GUI system
Modulesยง
- button
- Button widget
- check_
box - Checkbox widget
- color_
input - Box displaying a color which opens a color picker dialog on being clicked Rectangular input that, when clicked, spawns a color dialog
- drop_
down - Drop-down select widget
- file_
input - File input widget
File input button, same as
Button, but selects and opens a file dialog instead - frame
- Frame container widget
- label
- Label widget (centered text)
- list_
view - List view widget
- node_
graph - Node graph widget
- number_
input - Same as text input, but only allows numeric input Same as TextInput, but only allows a number
- progressbar
- Progress bar widget
- ribbon
- Ribbon widget
- tabs
- Tab container widgets
- text_
input - Text input (demonstrates two-way data binding)
- tree_
view - Tree view widget