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 | size |
char * | buff |
int | len_buff |
Struct of the header type cell
Definition at line 189 of file gridview.h.
char* buff |
The caption of the row or column
Definition at line 194 of file gridview.h.
int len_buff |
The length of the buff string
Definition at line 196 of file gridview.h.
int size |
The height of a row or the width of a column
Definition at line 192 of file gridview.h.