MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 221 of file gridview.h.

Field Documentation

◆ format

char* format

The format of the number to display

Definition at line 226 of file gridview.h.

◆ len_format

int len_format

The length of the format string

Definition at line 228 of file gridview.h.

◆ number

double number

The value of the number type cell

Definition at line 224 of file gridview.h.


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