1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

updates to the tree code

This commit is contained in:
dan
2001-01-11 02:59:32 +00:00
parent a7ec9dab95
commit 7d88519c75
2 changed files with 53 additions and 2 deletions

View File

@@ -592,6 +592,14 @@ int WMGetTreeNodeDepth(WMTreeNode *node);
void WMDestroyTreeNode(WMTreeNode *node);
void* WMGetDataForTreeNode(WMTreeNode *node);
WMTreeNode* WMGetParentForTreeNode(WMTreeNode *node);
void WMSortLeavesForTreeNode(WMTreeNode *node, WMCompareDataProc *comparer);
void WMSortTree(WMTreeNode *root, WMCompareDataProc *comparer);
/*--------------------------------------------------------------------------*/