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