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

#include <gridview.h>

Data Fields

int nr_rows
 
int nr_cols
 
int row_height
 
int col_width
 

Detailed Description

Struct of the whole grid control

Definition at line 101 of file gridview.h.

Field Documentation

◆ col_width

int col_width

The default width of a column

Definition at line 110 of file gridview.h.

◆ nr_cols

int nr_cols

The number of the columns

Definition at line 106 of file gridview.h.

◆ nr_rows

int nr_rows

The number of the rows

Definition at line 104 of file gridview.h.

◆ row_height

int row_height

The default height of a row

Definition at line 108 of file gridview.h.


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