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

#include <treeview.h>

Data Fields

char * text
 
DWORD dwFlags
 
HICON hIconFold
 
HICON hIconUnfold
 
DWORD dwAddData
 

Detailed Description

TreeView item info structure

Definition at line 103 of file treeview.h.

Field Documentation

◆ dwAddData

DWORD dwAddData

Additional data associated with the item.

Definition at line 128 of file treeview.h.

◆ dwFlags

DWORD dwFlags

State flags of the item, can be OR'ed by the following values:

  • TVIF_ROOT
    The item is a root item.
  • TVIF_SELECTED
    The item is a selected item.
  • TVIF_FOLD
    The item is folded.

When adding an item to the TreeView control, only TVIF_FOLD flag is valid.

Definition at line 120 of file treeview.h.

◆ hIconFold

HICON hIconFold

Handle to the icon of the folded item.

Definition at line 123 of file treeview.h.

◆ hIconUnfold

HICON hIconUnfold

Handle to the icon of the unfolded item.

Definition at line 125 of file treeview.h.

◆ text

char* text

Text of the item

Definition at line 106 of file treeview.h.


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