From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.html/-label/index.html | 4 ++-- docs/api/pl.treksoft.kvision.html/-label/label.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.html/-label') diff --git a/docs/api/pl.treksoft.kvision.html/-label/index.html b/docs/api/pl.treksoft.kvision.html/-label/index.html index 168cc09c..92da78d4 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/index.html +++ b/docs/api/pl.treksoft.kvision.html/-label/index.html @@ -94,8 +94,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.html/-label/label.html b/docs/api/pl.treksoft.kvision.html/-label/label.html index e076da7c..fd58df18 100644 --- a/docs/api/pl.treksoft.kvision.html/-label/label.html +++ b/docs/api/pl.treksoft.kvision.html/-label/label.html @@ -9,8 +9,8 @@

label

-fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.label(text: String, rich: Boolean = false, init: Label.() -> Unit = null): Label +

DSL builder extension function.

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

-- cgit