Button widget. Serves for processing some actions when clicking on the widget itself.
Optional widget.
Label widget. Serves for full interactivity of something.
Scrolling widget. Widget for managing or showing the approximate value of any maximum value.
Widget for entering text data.
Mini-window aka the context for widgets with which you can personalize the widget panel for the theme and move (or not move) such a panel.
Interface for interacting with the widget.
Default theme widgets.
Information about the color palette of widgets.
Small technologies assembly module for building a debug floating interface.
A widget is that fundamental unit of the interface. Other widgets are inherited from it for interaction with each other. Also, all widgets must inherit from the instance to control the behavior of the widgets (position, activity, etc.).
In total, the following widgets are available by default: * Button. * Scroll widget. * Text field. * Mini window (aka context for widgets). * Widget optional selection. (checkbox). * Text widget.