Name
HSplitter.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 left pane will be hidden, if it is 1, the right pane will be hidden. To make both panes visible again, use the HSplitter.Split method.

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

Show TOC