Skip to main content

Module widgets

Module widgets 

Source
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