Treeviewnode class is needed when creating treeviews. It allows you to define the single nodes of the treeview and set different attributes for them. Note that in contrast to treeview leaves, nodes only contain a single entry, even for multi-column treeviews.
Treeviewnode class must always be embedded inside a <treeview>
declaration.
See Treeview class for details.
Note that you cannot create instances of this class using moai.CreateObject(). Instead, you have to use Treeview.InsertNode to create nodes at runtime.