klyn.gui.windows.Splitter.setSecond
method
public setSecond(widget as Widget) as Void:
Description

Replaces the second pane.

Passing null clears the pane. The previous widget is detached before the replacement is installed.

splitter.setSecond(TabWidget())
splitter.setSecond(null)