MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_GRIDCELLDATANUMBER Struct Reference

#include <gridview.h>

Data Fields

double number
 
char * format
 
int len_format
 

Detailed Description

Struct of the number type cell

Definition at line 209 of file gridview.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: