public setSecond(widget as Widget) as Void:
Replaces the second pane.
Passing null clears the pane. The previous widget is detached before the replacement is installed.
null
splitter.setSecond(TabWidget()) splitter.setSecond(null)