MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 174 of file gridview.h.

Field Documentation

◆ column

int column

The start column of the selected cell(s)

Definition at line 179 of file gridview.h.

◆ height

int height

The number of the row(s) which contain(s) selected cell(s)

Definition at line 183 of file gridview.h.

◆ row

int row

The start row of the selected cell(s)

Definition at line 177 of file gridview.h.

◆ width

int width

The number of the column(s) which contain(s) selected cell(s)

Definition at line 181 of file gridview.h.


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