window

fun Container.window(caption: String? = null, contentWidth: <Error class: unknown class><Number, UNIT>? = CssSize(0, UNIT.auto), contentHeight: <Error class: unknown class><Number, UNIT>? = CssSize(0, UNIT.auto), isResizable: Boolean = true, isDraggable: Boolean = true, closeButton: Boolean = false, maximizeButton: Boolean = false, minimizeButton: Boolean = false, icon: String? = null, className: String? = null, init: Window.() -> Unit? = null): Window

DSL builder extension function.

It takes the same parameters as the constructor of the built component.