|
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 | |
| int | nCols |
| int | width |
| char * | pszHeadText |
| int | nTextMax |
| DWORD | image |
| PFNLVCOMPARE | pfnCompare |
| DWORD | colFlags |
Struct of the listview column info, contains information about a column. This structure is used for creating or retrieving a column.
Definition at line 229 of file listview.h.
| DWORD colFlags |
Column and header flags
Definition at line 244 of file listview.h.
| DWORD image |
Image of the column header, can be bitmap or icon
Definition at line 240 of file listview.h.
| int nCols |
The horizontal position
Definition at line 232 of file listview.h.
| int nTextMax |
Max text len
Definition at line 238 of file listview.h.
| PFNLVCOMPARE pfnCompare |
Comparision function associated with the column
Definition at line 242 of file listview.h.
| char* pszHeadText |
The title of this column
Definition at line 236 of file listview.h.
| int width |
Column's width
Definition at line 234 of file listview.h.
1.8.13