MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LVCOLUMN Struct Reference

#include <listview.h>

Data Fields

int nCols
 
int width
 
char * pszHeadText
 
int nTextMax
 
DWORD image
 
PFNLVCOMPARE pfnCompare
 
DWORD colFlags
 

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 229 of file listview.h.

Field Documentation

◆ colFlags

DWORD colFlags

Column and header flags

Definition at line 244 of file listview.h.

◆ image

DWORD image

Image of the column header, can be bitmap or icon

Definition at line 240 of file listview.h.

◆ nCols

int nCols

The horizontal position

Definition at line 232 of file listview.h.

◆ nTextMax

int nTextMax

Max text len

Definition at line 238 of file listview.h.

◆ pfnCompare

PFNLVCOMPARE pfnCompare

Comparision function associated with the column

Definition at line 242 of file listview.h.

◆ pszHeadText

char* pszHeadText

The title of this column

Definition at line 236 of file listview.h.

◆ width

int width

Column's width

Definition at line 234 of file listview.h.


The documentation for this struct was generated from the following file: