
 |
The Windows.Add()
method has been enhanced for support of split window mode
The new syntax allows the creation of a new pane and lets
the programmer decide which pane is split, on which side of
the old pane the new pane will be placed, and how big the
new pane is. The new syntax diagram is:
Windows.Add(windowname, windowtype[, window object[, position[,
size]]])
Position can be 0 - default, 1 - left, 2 - top, 3 - right,
4 - bottom. Size is the size of the new window either in the
horizontal or vertical direction depending on the split type.
|