Dynamic Windows Function [dw_tree_get_parent]
Syntax
HTREEITEM dw_tree_get_parent(HWND handle, HTREEITEM item)
Parameters
HWND handle: Handle to the tree containing the item.
HTREEITEM item: Handle of the item to be modified.
Returns
HTREEITEM A handle to a tree item or NULL on failure.
Description
Gets the text an item in a tree window (widget).
Remarks
On Mac OS X this function will return NULL if the tree being queried is not expanded.