From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../pl.treksoft.kvision.window/-window/-init-.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 api/kvision/pl.treksoft.kvision.window/-window/-init-.html (limited to 'api/kvision/pl.treksoft.kvision.window/-window/-init-.html') diff --git a/api/kvision/pl.treksoft.kvision.window/-window/-init-.html b/api/kvision/pl.treksoft.kvision.window/-window/-init-.html new file mode 100644 index 00000000..f5bfd9a3 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.window/-window/-init-.html @@ -0,0 +1,33 @@ + + + +Window.<init> - kvision + + + +kvision / pl.treksoft.kvision.window / Window / <init>
+
+

<init>

+ +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) +

Parameters

+

+caption - window title

+

+contentWidth - window content width

+

+contentHeight - window content height

+

+isResizable - determines if the window is resizable

+

+isDraggable - determines if the window is draggable

+

+closeButton - determines if Close button is visible

+

+classes - a set of CSS class names

+

+init - an initializer extension function

+

Constructor
+

+ + -- cgit