MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LVSUBITEM Struct Reference

#include <listview.h>

Data Fields

DWORD flags
 
int nItem
 
int subItem
 
char * pszText
 
int nTextMax
 
int nTextColor
 
DWORD image
 

Detailed Description

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

Definition at line 133 of file listview.h.

Field Documentation

DWORD flags

Flags of the subitem, can be OR'ed by the following values:

  • LVFLAG_BITMAP The sub item has a bitmap icon.
  • LVFLAG_ICON The sub item has an icon.

Definition at line 142 of file listview.h.

DWORD image

Image of the subitem, can be bitmap or icon, determined by flags

Definition at line 154 of file listview.h.

int nItem

The Subitem vertical position(rows)

Definition at line 144 of file listview.h.

int nTextColor

Text color of the subitem

Definition at line 152 of file listview.h.

int nTextMax

Max text len

Definition at line 150 of file listview.h.

char* pszText

Text content of this subitem

Definition at line 148 of file listview.h.

int subItem

The Subitem horizontal position(columns)

Definition at line 146 of file listview.h.


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