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 | |
double | number |
char * | format |
int | len_format |
Struct of the number type cell
Definition at line 209 of file gridview.h.
char* format |
The format of the number to display
Definition at line 214 of file gridview.h.
int len_format |
The length of the format string
Definition at line 216 of file gridview.h.
double number |
The value of the number type cell
Definition at line 212 of file gridview.h.