From 4191287261b46b95908469c2ec3fa9d886681861 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 10:51:45 +0100 Subject: Updated API doc --- .../pl.treksoft.kvision.panel/-split-panel/index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/api/pl.treksoft.kvision.panel/-split-panel/index.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html b/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html index a619c945..0c74018b 100644 --- a/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html +++ b/docs/api/pl.treksoft.kvision.panel/-split-panel/index.html @@ -20,7 +20,7 @@ rendered as empty.

<init>

-SplitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf()) +SplitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null) @@ -106,5 +106,19 @@ rendered as empty.

+

Companion Object Functions

+ + + + + + + +
+

splitPanel

+
+fun Container.splitPanel(direction: DIRECTION = DIRECTION.VERTICAL, classes: Set<String> = setOf(), init: SplitPanel.() -> Unit = null): Unit +

DSL builder extension function

+
-- cgit