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