Home Window dialogs WINDOW DIALOG - SET EDIT OBJECT (AES 165, 0) WINDOW DIALOG - SET SIZE (AES 165, 2)

2.3.11 WINDOW DIALOG - SET TREE (AES 165, 1)

SET TREE represents a new object tree in a dialog. If the new root object has a different size, the window size will be adapted to suit. The window contents will be updated in each case.

Declaration:
WORD wdlg_set_tree( DIALOG *dialog, OBJECT *new_tree );

Call:
wdlg_set_tree( dialog, new_tree );

Variable         Argument            Meaning
Inputs:

contrl[0]        165                 wdlg_set
contrl[1]        1                   Entries in intin
contrl[3]        2                   Entries in addrin

intin[0]         1                   wdlg_set_tree

addrin[0]        dialog              Pointer to the dialog structure
addrin[1]        new_tree            Pointer to the new object tree

Outputs:

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

intout[0]        1


Home Window dialogs WINDOW DIALOG - SET EDIT OBJECT (AES 165, 0) WINDOW DIALOG - SET SIZE (AES 165, 2)