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