From 4792e81070aa2bed027720875e3c2ea7462f282b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 27 Feb 2018 10:07:02 +0100 Subject: Updated API documentantion. --- docs/api/pl.treksoft.kvision.window/-window/window.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api/pl.treksoft.kvision.window/-window/window.html') diff --git a/docs/api/pl.treksoft.kvision.window/-window/window.html b/docs/api/pl.treksoft.kvision.window/-window/window.html index 49b62856..452d2636 100644 --- a/docs/api/pl.treksoft.kvision.window/-window/window.html +++ b/docs/api/pl.treksoft.kvision.window/-window/window.html @@ -9,7 +9,7 @@

window

-fun Container.window(caption: String? = null, width: CssSize? = CssSize(0, UNIT.auto), height: CssSize? = CssSize(0, UNIT.auto), resizable: Boolean = true, draggable: Boolean = true, closeButton: Boolean = false, classes: Set<String> = setOf(), init: Window.() -> Unit = null): Window +fun Container.window(caption: String? = null, contentWidth: CssSize? = CssSize(0, UNIT.auto), contentHeight: CssSize? = CssSize(0, UNIT.auto), isResizable: Boolean = true, isDraggable: Boolean = true, closeButton: Boolean = false, classes: Set<String> = setOf(), init: Window.() -> Unit = null): Window

DSL builder extension function.

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

-- cgit