visDialog
inline fun RootWidget.visDialog(title: String, style: String = defaultStyle, init: KVisDialog.() -> Unit = {}): KVisDialog
Constructs a top-level VisDialog widget.
Return
a new VisDialog 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 VisDialog widget. Inlined.