Name
HSplitter.Split -- split the panes (V2.0)
Synopsis
moai.DoMethod(id, "Split", pos)
Function
This splits the group into two panes. The pos argument specifies the position of the sash in device-independent pixels. If this value is positive, it specifies the size of the left pane. If it is negative, its absolute value gives the size of the right pane. Finally, specify 0 to choose the default position (half of the total window width).

Inputs
id
id of the splitter object
pos
desired sash position

Show TOC