| MiniGUI API Reference (MiniGUI-Standalone)
    v3.2.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 217 of file listview.h.
| DWORD colFlags | 
Column and header flags
Definition at line 232 of file listview.h.
| DWORD image | 
Image of the column header, can be bitmap or icon
Definition at line 228 of file listview.h.
| int nCols | 
The horizontal position
Definition at line 220 of file listview.h.
| int nTextMax | 
Max text len
Definition at line 226 of file listview.h.
| PFNLVCOMPARE pfnCompare | 
Comparision function associated with the column
Definition at line 230 of file listview.h.
| char* pszHeadText | 
The title of this column
Definition at line 224 of file listview.h.
| int width | 
Column's width
Definition at line 222 of file listview.h.
 1.8.11
 1.8.11