From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- api/pl.treksoft.kvision.html/-label/label.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.html/-label/label.html') diff --git a/api/pl.treksoft.kvision.html/-label/label.html b/api/pl.treksoft.kvision.html/-label/label.html index a0667bb4..ca0e48b0 100644 --- a/api/pl.treksoft.kvision.html/-label/label.html +++ b/api/pl.treksoft.kvision.html/-label/label.html @@ -9,7 +9,9 @@

label

-fun Container.label(content: String? = null, rich: Boolean = false, init: Label.() -> Unit = null): Label +fun Container.label(content: String? = null, rich: Boolean = false, init: Label.() -> Unit = null): Label
+Deprecated: User Span.Companion.span function instead.
+

DSL builder extension function.

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

-- cgit