Home List boxes LIST BOX - FREE ITEMS (AES 175, 2) LIST BOX - SCROLL TO, SLIDER A (AES 175, 4)

2.4.22 LIST BOX - FREE ITEM LIST (AES 175, 3)

This functions works exactly the same as lbox_free_items(). In contrast to that however lbox_free_list() is called with the pointer on the first LBOX_ITEM of the list.

Declaration:
void lbox_free_list( LBOX_ITEM *items );

Call:
lbox_free_list( items );

Variable         Argument            Meaning
Inputs:

contrl[0]        175                 lbox_set
contrl[1]        1                   Entries in intin
contrl[3]        1                   Entries in addrin

intin[0]         3                   lbox_free_list

addrin[0]        items               Pointer to linked list with LBOX_ITEMs

Outputs:

contrl[2]        0                   Entries in intout
contrl[4]        0                   Entries in addrout


Home List boxes LIST BOX - FREE ITEMS (AES 175, 2) LIST BOX - SCROLL TO, SLIDER A (AES 175, 4)