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 | |
int | nr_rows |
int | nr_cols |
int | row_height |
int | col_width |
Struct of the whole grid control
Definition at line 101 of file gridview.h.
int col_width |
The default width of a column
Definition at line 110 of file gridview.h.
int nr_cols |
The number of the columns
Definition at line 106 of file gridview.h.
int nr_rows |
The number of the rows
Definition at line 104 of file gridview.h.
int row_height |
The default height of a row
Definition at line 108 of file gridview.h.