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 | row |
int | column |
int | width |
int | height |
Struct of the selected cell(s)
Definition at line 174 of file gridview.h.
int column |
The start column of the selected cell(s)
Definition at line 179 of file gridview.h.
int height |
The number of the row(s) which contain(s) selected cell(s)
Definition at line 183 of file gridview.h.
int row |
The start row of the selected cell(s)
Definition at line 177 of file gridview.h.
int width |
The number of the column(s) which contain(s) selected cell(s)
Definition at line 181 of file gridview.h.