TreeView control
[Standard controls]

Data Structures

Modules

Defines

Typedefs


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};

 CreateWindowEx (CTRL_TREEVIEW, ..., (DWORD)&tvii);

Define Documentation

#define CTRL_TREEVIEW   ("TreeView")

The class name of treeview control.

Definition at line 62 of file treeview.h.


Typedef Documentation

Data type of the pointer to a TVITEMINFO.

Definition at line 102 of file treeview.h.

typedef struct _TVITEMINFO TVITEMINFO

TreeView item info structure

Generated on Thu Apr 7 15:58:37 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3