Home  /  Autodocs  /  chooser.gadget

NAME

AllocChooserNodeA
Allocate a chooser node.

SYNOPSIS

struct Node * AllocChooserNode(Tag, ...)
node = AllocChooserNode(columns, Tag, ...)

struct Node * AllocChooserNodeA(struct TagItem *)
node = AllocChooserNodeA(taglist)

FUNCTION

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.

INPUTS

taglist
Attributes for the node, passed onto SetChooserNodeAttrsA().

RESULT

node
A node that can be added into the Exec list of labels for a chooser gadget.

SEE ALSO

FreeChooserNode(), SetChooserNodeAttrsA()