|
EasyGUI
|
Structure for each widget type. More...
#include <gui_defs.h>
Data Fields | |
| const gui_char * | name |
| uint16_t | size |
| uint32_t | flags |
| gui_widget_evt_fn | callback |
| const gui_color_t * | colors |
| uint8_t | color_count |
Structure for each widget type.
| gui_widget_evt_fn callback |
Pointer to control function, returns 1 if command handled or 0 if not
| uint8_t color_count |
Number of colors used in widget
| const gui_color_t* colors |
Pointer to list of colors as default values for widget
| uint32_t flags |
List of flags for widget setup. This field can use GUI_WIDGETS_CORE_FLAGS flags
| const gui_char* name |
Widget name for display purpose
| uint16_t size |
Bytes required for widget memory allocation