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