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 | row |
int | column |
int | width |
int | height |
Struct of the selected cell(s)
Definition at line 162 of file gridview.h.
int column |
The start column of the selected cell(s)
Definition at line 167 of file gridview.h.
int height |
The number of the row(s) which contain(s) selected cell(s)
Definition at line 171 of file gridview.h.
int row |
The start row of the selected cell(s)
Definition at line 165 of file gridview.h.
int width |
The number of the column(s) which contain(s) selected cell(s)
Definition at line 169 of file gridview.h.