gui: Control functions |
Top Previous Next |
The control functions are used to create and handle controls.
Common control functionsFunctions that can be used on different types of controls.
LabelThe label is a simple control for showing text.
ButtonThe button can be clicked by the user to trigger events.
Check BoxThe check box can be used both to show the status of something, and for user input.
Numeric SpinnerThe numeric spinner is used for entering numeric values.
Text boxThe text box is used for entering text. Clicking the text box will show a dialog to change the value of the text box.
Radio buttonThe radio button is used for selecting between multiple choices.
Progress bar The progress bar is used for showing a process is progressing.
List controlThe list control can be used both for showing e.g. output from an ongoing process and for allowing the user to select between multiple choices.
Graph controlThe graph control can be used for visualizing data.
|