NAME BrowserNodesA -- Make a linked list of listbrowser nodes BrowserNodes -- varags stub for BrowserNodesA SYNOPSIS list = BrowserNodesA( array ) list = BrowserNodes( label, ... ) struct list *browsernodesa( strptr * ) struct list *browsernodes( strptr, ... ) FUNCTION Make a linked list of single column listbrowser 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 chooser nodes