MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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 91 of file treeview.h.

Field Documentation

DWORD dwAddData

Additional data associated with the item.

Definition at line 116 of file treeview.h.

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 108 of file treeview.h.

HICON hIconFold

Handle to the icon of the folded item.

Definition at line 111 of file treeview.h.

HICON hIconUnfold

Handle to the icon of the unfolded item.

Definition at line 113 of file treeview.h.

char* text

Text of the item

Definition at line 94 of file treeview.h.


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