|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <treeview.h>
Data Fields | |
| char * | text |
| DWORD | dwFlags |
| HICON | hIconFold |
| HICON | hIconUnfold |
| DWORD | dwAddData |
TreeView item info structure
Definition at line 103 of file treeview.h.
| DWORD dwAddData |
Additional data associated with the item.
Definition at line 128 of file treeview.h.
| DWORD dwFlags |
State flags of the item, can be OR'ed by the following values:
When adding an item to the TreeView control, only TVIF_FOLD flag is valid.
Definition at line 120 of file treeview.h.
| HICON hIconFold |
Handle to the icon of the folded item.
Definition at line 123 of file treeview.h.
| HICON hIconUnfold |
Handle to the icon of the unfolded item.
Definition at line 125 of file treeview.h.
| char* text |
Text of the item
Definition at line 106 of file treeview.h.
1.8.13