visWindow

inline fun RootWidget.visWindow(title: String, style: String = defaultStyle, init: KVisWindow.() -> Unit = {}): KVisWindow

Constructs a top-level VisWindow widget.

Return

a new VisWindow instance.

Parameters

title

will be displayed as window's title.

style

name of the widget style. Defaults to defaultStyle.

init

will be invoked on the VisWindow widget. Inlined.