MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <gridview.h>
Data Fields | |
int | cur_index |
char * | selections |
int | len_sel |
Struct of the selection type cell
Definition at line 231 of file gridview.h.
int cur_index |
The index of the combobox that current selected
Definition at line 234 of file gridview.h.
int len_sel |
When used for set, -1 means null-terminated
Definition at line 238 of file gridview.h.
char* selections |
"Yes\nNo\n"
Definition at line 236 of file gridview.h.