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