Gui_new_box_node

Hi,

I want to create gui.nodes dynamicaly, very often, and destroy them as often.
Basically, in a space 4X, each time I click on a star, a box open and give the name (and stuff like that) of each planet orbiting that star.
Of course, the star have not the same number of planets (0 to 5).
I choose to create a box node for each present planet (with child node for each of those nodes), each of them under the other.

Using gui.new_box_node.
but new_box_node accept only a position and a size.

Question : How does I put that node IN an existing node (as a child node, probably) ?

edit : Spelling.

You might be looking for this: API reference (gui)

1 Like

Oh, thank you.