Home List boxes LIST BOX - COUNT ITEMS (AES 174, 0) LIST BOX - GET NUMBER OF VISIBLE ITEMS, SLIDER A (AES 174, 2)

2.4.7 LIST BOX - GET TREE (AES 174, 1)

GET TREE returns the pointer to the object tree of the dialog box.

Declaration:
OBJECT  *lbox_get_tree( LIST_BOX *box );

Call:
tree = lbox_get_tree( box );

Variable         Argument            Meaning
Inputs:

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

intin[0]         1                   lbox_get_tree

addrin[0]        box                 Pointer to the list box structure

Outputs:

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

addrout[0]       tree                Pointer to the object tree of the
                                     dialog


Home List boxes LIST BOX - COUNT ITEMS (AES 174, 0) LIST BOX - GET NUMBER OF VISIBLE ITEMS, SLIDER A (AES 174, 2)