MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_GRIDCELLS Struct Reference

#include <gridview.h>

Data Fields

int row
 
int column
 
int width
 
int height
 

Detailed Description

Struct of the selected cell(s)

Definition at line 162 of file gridview.h.

Field Documentation

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.


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