From 63503bd4517d87c34498002c820aefaef22c501e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 22 Aug 2018 15:34:00 +0200 Subject: API documentation for 0.0.17 --- api/pl.treksoft.kvision.core/-widget/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'api/pl.treksoft.kvision.core/-widget/index.html') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 9fa16127..8249776f 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -48,6 +48,13 @@ +

lastLanguage

+ + +var lastLanguage: String? + + +

parent

@@ -826,6 +833,15 @@

Toggles visibility of current widget.

+ + +

translate

+ + +fun translate(text: String): String +

Translates given text with I18n trans function and sets lastLanguage marker.

+fun translate(text: String?): String? +

Inherited Functions

-- cgit