Home List boxes LIST BOX - GET INDEX of SELECTED ITEM (AES 174, 5) LIST BOX - GET ITEM (AES 174, 7)

2.4.12 LIST BOX - GET ITEMS (AES 174, 6)

GET ITEMS returns a pointer to the list of the LBOX_ITEMs

Declaration:
LBOX_ITEM  *lbox_get_items( LIST_BOX *box );

Call:
items = lbox_get_items( box );

Variable         Argument            Meaning
Inputs:

contrl[0]        174                 lbox_get
contrl[1]        1                   Entries in intin
contrl[3]        1                   Entries in addrin

intin[0]         6                   lbox_get_items

addrin[0]        box                 Pointer to the list box structure

Outputs:

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

addrout[0]       items               Pointer to the chained list


Home List boxes LIST BOX - GET INDEX of SELECTED ITEM (AES 174, 5) LIST BOX - GET ITEM (AES 174, 7)