MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_GRIDCELLDATASELECTION Struct Reference

#include <gridview.h>

Data Fields

int cur_index
 
char * selections
 
int len_sel
 

Detailed Description

Struct of the selection type cell

Definition at line 243 of file gridview.h.

Field Documentation

◆ cur_index

int cur_index

The index of the combobox that current selected

Definition at line 246 of file gridview.h.

◆ len_sel

int len_sel

When used for set, -1 means null-terminated

Definition at line 250 of file gridview.h.

◆ selections

char* selections

"Yes\nNo\n"

Definition at line 248 of file gridview.h.


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