MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_GRIDCELLDATAHEADER Struct Reference

#include <gridview.h>

Data Fields

int size
 
char * buff
 
int len_buff
 

Detailed Description

Struct of the header type cell

Definition at line 201 of file gridview.h.

Field Documentation

◆ buff

char* buff

The caption of the row or column

Definition at line 206 of file gridview.h.

◆ len_buff

int len_buff

The length of the buff string

Definition at line 208 of file gridview.h.

◆ size

int size

The height of a row or the width of a column

Definition at line 204 of file gridview.h.


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