Manage TreeViews Better

BlitzPlus Forums/BlitzPlus Programming/Manage TreeViews Better

scooter43(Posted 2003) [#1]
I just uploaded a set of TreeView functions to blitzcoder.com that allow for managing TreeViews.

Besides replacing these functions without having to
change your code:

Just place TV_ on the front of these
tree functions :
CreateTreeView -> TV_CreateTreeView
TreeViewRoot -> TV_TreeViewRoot
AddTreeViewNode -> TV_AddTreeViewNode
InsertTreeViewNode-> TV_InsertTreeViewNode
FreeTreeViewNode -> TV_FreeTreeViewNode

There are functions that allow for querying for text from a node, replacing node text and searching added nodes.

Here is a link TreeView.zip


Tell me what you think and if you would like some other functionality.

Have a good one,

scooter43


simonh(Posted 2003) [#2]
Nice work!


Beaker(Posted 2003) [#3]
Very much needed.


Wiebo(Posted 2003) [#4]
This is cool , and much needed for the editor i am now working on. Thanks!