MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <gridview.h>
Data Fields | |
DWORD | mask |
DWORD | style |
gal_pixel | color_fg |
gal_pixel | color_bg |
PLOGFONT | font |
PBITMAP | image |
void * | content |
Struct of the cell
Definition at line 271 of file gridview.h.
gal_pixel color_bg |
The background color
Definition at line 298 of file gridview.h.
gal_pixel color_fg |
Text color
Definition at line 296 of file gridview.h.
void* content |
The concrete data of one cell
Definition at line 304 of file gridview.h.
PLOGFONT font |
Text font
Definition at line 300 of file gridview.h.
PBITMAP image |
Pointer to the bitmap of one cell
Definition at line 302 of file gridview.h.
DWORD mask |
Mask of properties, can be OR'ed with following values: Set or get a cell style
Definition at line 291 of file gridview.h.
DWORD style |
The style of the cell
Definition at line 294 of file gridview.h.