From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.core/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.core/index.html') diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html index 660af0d3..61042210 100644 --- a/api/pl.treksoft.kvision.core/index.html +++ b/api/pl.treksoft.kvision.core/index.html @@ -160,6 +160,13 @@ backgrounds, fonts, text and position) and the main Widget class.

+

Cursor

+ + +enum class Cursor + + +

Direction

@@ -523,7 +530,7 @@ backgrounds, fonts, text and position) and the main Widget class.

onEvent

-fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Widget +fun <T : Widget> T.onEvent(block: SnOn<T>.() -> Unit): Int -- cgit