mNode Struct Reference
[mNode]
The structure of mNode. It is the basic class of all nodes occur within specific controls. For example, a list can contain it.
More...
#include <mnode.h>
Detailed Description
The structure of mNode. It is the basic class of all nodes occur within specific controls. For example, a list can contain it.
- parent
The pointer to parent node or control.
- children
The list of children.
- sibling
The list of sibling.
- image
The PBITMAP pointer to image.
- addData
The additional data.
- height
The height of node. If node uses default height, this value is invalid.
- count
The number of children.
The documentation for this struct was generated from the following file: