Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_LVCOLUMN Struct Reference
[ListView control]

#include <listview.h>

Data Fields


Detailed Description

Struct of the listview column info, contains information about a column. This structure is used for creating or retrieving a column.

Definition at line 199 of file listview.h.


Field Documentation

DWORD colFlags
 

Column and header flags

Definition at line 214 of file listview.h.

DWORD image
 

Image of the column header, can be bitmap or icon

Definition at line 210 of file listview.h.

int nCols
 

The horizontal position

Definition at line 202 of file listview.h.

int nTextMax
 

Max text len

Definition at line 208 of file listview.h.

PFNLVCOMPARE pfnCompare
 

Comparision function associated with the column

Definition at line 212 of file listview.h.

char* pszHeadText
 

The title of this column

Definition at line 206 of file listview.h.

int width
 

Column's width

Definition at line 204 of file listview.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 26 14:21:35 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2