Dump node GUI programmatically

Hello.

What is the function in SC ide corresponding to the “show node tree” function (Ctrl + Y) ?? I cant find it :sweat:

Thank you

s.queryAllNodes should do the trick.

The point would have been to get the actual View object so I can insert it into mine, but maybe, this shortcut does not call a supercollider function ?

Ah, sorry. Is s.plotTree what you’re looking for?

… and yes, you can use s.plotTreeView to attach the view to a parent.

http://doc.sccode.org/Classes/Server.html#-plotTreeView

Thanks, I forgot this serverPlusGui.sc file :slight_smile:
That was it !