MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
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 220 of file gridview.h.

Field Documentation

BOOL checked

Whether this checkbox is checked

Definition at line 223 of file gridview.h.

int len_text

When used for set, -1 means null-terminated

Definition at line 227 of file gridview.h.

char* text

The text after checkbox

Definition at line 225 of file gridview.h.


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