Name
VSplitter.Unsplit -- unsplit the panes (V2.0)
Synopsis
moai.DoMethod(id, "Unsplit", idx)
Function
This unsplits the panes and hides the pane specified in idx. If idx is 0, the top pane will be hidden, if it is 1, the bottom pane will be hidden. To make both panes visible again, use the VSplitter.Split method.

Inputs
id
id of the splitter object
idx
index of pane to remove

Show TOC