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

#include <gridview.h>

Data Fields

BOOL checked
 
char * text
 
int len_text
 

Detailed Description

Struct of the checkbox type cell

Definition at line 232 of file gridview.h.

Field Documentation

◆ checked

BOOL checked

Whether this checkbox is checked

Definition at line 235 of file gridview.h.

◆ len_text

int len_text

When used for set, -1 means null-terminated

Definition at line 239 of file gridview.h.

◆ text

char* text

The text after checkbox

Definition at line 237 of file gridview.h.


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