From 7c2850063697f94a0d8b8d8f8588136dd4b3d05e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 21 Oct 2018 23:59:34 +0200 Subject: API documentation for KVision 0.0.19 --- .../-widget/set-drop-target.html | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 api/pl.treksoft.kvision.core/-widget/set-drop-target.html (limited to 'api/pl.treksoft.kvision.core/-widget/set-drop-target.html') diff --git a/api/pl.treksoft.kvision.core/-widget/set-drop-target.html b/api/pl.treksoft.kvision.core/-widget/set-drop-target.html deleted file mode 100644 index 238c5f81..00000000 --- a/api/pl.treksoft.kvision.core/-widget/set-drop-target.html +++ /dev/null @@ -1,28 +0,0 @@ - - - -Widget.setDropTarget - kvision - - - -kvision / pl.treksoft.kvision.core / Widget / setDropTarget
-
-

setDropTarget

- -open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit -

Sets the current widget as a D&D drop target.

-

Parameters

-

-format - accepted D&D data format

-

-callback - a callback function accepting event object called after any drop event

- -open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit -

Sets the current widget as a D&D drop target.

-

Parameters

-

-formats - a set of accepted D&D data formats

-

-callback - a callback function accepting event object called after any drop event

- - -- cgit