#include <listview.h>
Struct of the listview column info, contains information about a column. This structure is used for creating or retrieving a column.
Definition at line 196 of file listview.h.
Column and header flags
Definition at line 211 of file listview.h.
Image of the column header, can be bitmap or icon
Definition at line 207 of file listview.h.
int nCols |
The horizontal position
Definition at line 199 of file listview.h.
int nTextMax |
Max text len
Definition at line 205 of file listview.h.
Comparision function associated with the column
Definition at line 209 of file listview.h.
char* pszHeadText |
The title of this column
Definition at line 203 of file listview.h.
int width |
Column's width
Definition at line 201 of file listview.h.