|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.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 145 of file listview.h.
| DWORD flags |
Flags of the subitem, can be OR'ed by the following values:
Definition at line 154 of file listview.h.
| DWORD image |
Image of the subitem, can be bitmap or icon, determined by flags
Definition at line 166 of file listview.h.
| int nItem |
The Subitem vertical position(rows)
Definition at line 156 of file listview.h.
| int nTextColor |
Text color of the subitem
Definition at line 164 of file listview.h.
| int nTextMax |
Max text len
Definition at line 162 of file listview.h.
| char* pszText |
Text content of this subitem
Definition at line 160 of file listview.h.
| int subItem |
The Subitem horizontal position(columns)
Definition at line 158 of file listview.h.
1.8.13