struct Node * AllocChooserNode(Tag, ...)
node = AllocChooserNode(columns, Tag, ...)
struct Node * AllocChooserNodeA(struct TagItem *)
node = AllocChooserNodeA(taglist)
Allocates a node that can be added to the Exec linked list of labels in the chooser. This is the only way to allocate a node for this list, you cannot allocate nodes yourself because the chooser class uses a private node structure.