MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Data Structures | Macros | Typedefs
TreeView control

Modules

 Styles of treeview control
 
 Messages of treeview control
 
 Notification codes of treeview control
 

Data Structures

struct  _TVITEMINFO
 

Macros

#define CTRL_TREEVIEW   ("TreeView")
 The class name of treeview control. More...
 

Typedefs

typedef struct _TVITEMINFO TVITEMINFO
 
typedef TVITEMINFOPTVITEMINFO
 Data type of the pointer to a TVITEMINFO. More...
 

Detailed Description

Note
You can pass the root item information through dwAddData argument of CreateWindowEx function.
HICON folded, unfolded;
TVITEMINFO tvii = {"/proc", 0, folded, unfolded};

Macro Definition Documentation

#define CTRL_TREEVIEW   ("TreeView")

The class name of treeview control.

Definition at line 83 of file treeview.h.

Typedef Documentation

Data type of the pointer to a TVITEMINFO.

Definition at line 123 of file treeview.h.

typedef struct _TVITEMINFO TVITEMINFO

TreeView item info structure