ui__popup_menu
choice = ui__popup_menu(nr_options, options, NULL);
choice = ui__popup_menu(nr_options, options, &key);
choice = ui__popup_menu(num_res, names, NULL);
choice = ui__popup_menu(num + max_std, (char * const *)names, NULL);
int ui__popup_menu(int argc, char * const argv[], int *keyp);