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