MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <listview.h>
Data Fields | |
DWORD | flags |
int | nItem |
int | subItem |
char * | pszText |
int | nTextMax |
int | nTextColor |
DWORD | image |
Struct of the listview subitem info, contains information about a subitem. This structure is used for creating or retrieving a subitem.
Definition at line 133 of file listview.h.
DWORD flags |
Flags of the subitem, can be OR'ed by the following values:
Definition at line 142 of file listview.h.
DWORD image |
Image of the subitem, can be bitmap or icon, determined by flags
Definition at line 154 of file listview.h.
int nItem |
The Subitem vertical position(rows)
Definition at line 144 of file listview.h.
int nTextColor |
Text color of the subitem
Definition at line 152 of file listview.h.
int nTextMax |
Max text len
Definition at line 150 of file listview.h.
char* pszText |
Text content of this subitem
Definition at line 148 of file listview.h.
int subItem |
The Subitem horizontal position(columns)
Definition at line 146 of file listview.h.