list = ChooserLabelsA( array )
list = ChooserLabels( label, ... )
struct List *ChooserLabelsA( STRPTR * )
struct List *ChooserLabels( STRPTR, ... )
Make a linked list of chooser nodes from the NULL terminated label array. The labels are not copied, so they must stay valid until the list is free'd.