NAME
ClickTabsA -- Make a linked list of clicktab nodes
ClickTabs -- varags stub for ClickTabsA
SYNOPSIS
list = ClickTabsA( array )
list = ClickTabs( label, ... )
struct List *ClickTabsA( STRPTR * )
struct List *ClickTabs( STRPTR, ... )
FUNCTION
Make a linked list of clicktab nodes from the NULL terminated
label array. The labels are not copied, so they must stay
valid until the list is free'd.
INPUTS
array -- a NULL terminated array of string pointers.
RESULTS
list -- a linked list of clicktab nodes