From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form.select/-select-option/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.form.select/-select-option') diff --git a/api/pl.treksoft.kvision.form.select/-select-option/index.html b/api/pl.treksoft.kvision.form.select/-select-option/index.html index 2cbb5142..2471d332 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -107,7 +107,7 @@

parent

-open var parent: Component? +open var parent: Container?

Parent of the current component.

@@ -331,6 +331,15 @@ +

setContextMenu

+ + +open fun setContextMenu(contextMenu: ContextMenu): Widget +

Sets context menu for the current widget.

+ + + +

setDragDropData

-- cgit