Home2L - C/C++ API v1.4-0-g38cc (2024-05-25)
Smart Tools for a Private Home
|
Collection of UI widgets.
This module contains the collection of common UI widgets or widget extensions.
Widget extension classes are derived from CWidget and provide some extra functionality, but are typically not used by themselves (e.g. CModalWidget or CCursorWidget). They may be combined with other classes derived from CWidget by means of multiple inheritance. Important: The other class must also inherit virtually from CWidget!
Callbacks for widget actions can generally be defined in different ways:
<widget>_TRAMPOLINE()
. Modules | |
Extensions | |
Widget Extensions. | |
Button | |
Push-button widgets. | |
Listbox | |
Listbox widget. | |
Menu | |
Menu widget and function. | |
Input Line | |
Input line widget. | |
Slider | |
Horizontal or vertical slider. | |