This function sets a new list with list box entries. The old list must first be freed with lbox_free_items().
Declaration: void lbox_set_items( LIST_BOX *box, LBOX_ITEM *items ); Call: lbox_set_items( box, items ); Variable Argument Meaning Inputs: contrl[0] 175 lbox_set contrl[1] 1 Entries in intin contrl[3] 2 Entries in addrin intin[0] 1 lbox_set_items addrin[0] box Pointer to the list box structure addrin[1] items Outputs: contrl[2] 0 Entries in intout contrl[4] 0 Entries in addrout
The pointer <items> can also be 0L if the list box is empty and contains no entries.