MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
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.