MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 145 of file listview.h.

Field Documentation

◆ flags

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

◆ image

DWORD image

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

Definition at line 166 of file listview.h.

◆ nItem

int nItem

The Subitem vertical position(rows)

Definition at line 156 of file listview.h.

◆ nTextColor

int nTextColor

Text color of the subitem

Definition at line 164 of file listview.h.

◆ nTextMax

int nTextMax

Max text len

Definition at line 162 of file listview.h.

◆ pszText

char* pszText

Text content of this subitem

Definition at line 160 of file listview.h.

◆ subItem

int subItem

The Subitem horizontal position(columns)

Definition at line 158 of file listview.h.


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