|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <gridview.h>
Data Fields | |
| BOOL | checked |
| char * | text |
| int | len_text |
Struct of the checkbox type cell
Definition at line 232 of file gridview.h.
| BOOL checked |
Whether this checkbox is checked
Definition at line 235 of file gridview.h.
| int len_text |
When used for set, -1 means null-terminated
Definition at line 239 of file gridview.h.
| char* text |
The text after checkbox
Definition at line 237 of file gridview.h.
1.8.13