MiniGUI API Reference (MiniGUI-Processes)
v3.2.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 220 of file gridview.h.
BOOL checked |
Whether this checkbox is checked
Definition at line 223 of file gridview.h.
int len_text |
When used for set, -1 means null-terminated
Definition at line 227 of file gridview.h.
char* text |
The text after checkbox
Definition at line 225 of file gridview.h.