|
MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
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 89 of file gridview.h.
| int col_width |
The default width of a column
Definition at line 98 of file gridview.h.
| int nr_cols |
The number of the columns
Definition at line 94 of file gridview.h.
| int nr_rows |
The number of the rows
Definition at line 92 of file gridview.h.
| int row_height |
The default height of a row
Definition at line 96 of file gridview.h.
1.8.11