Author Topic: Customizing GuiTreeViewCtrls?  (Read 500 times)

I was able to initialize it and set the root group, but is there anyway to customize what it displays for the nodes? Otherwise it's pretty much useless outside of the GUI editor.

What do you mean, add additional objects inside the root group? That's just '<root group>.add(obj);'

What do you mean, add additional objects inside the root group? That's just '<root group>.add(obj);'
No, customizing what it displays for each object.

Did you see if anything turns up with .dump()?

Did you see if anything turns up with .dump()?
I couldn't see anything very useful when I tried.