From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html') diff --git a/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html b/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html index 7f1d1f1d..8948ae0d 100644 --- a/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html +++ b/docs/api/pl.treksoft.kvision.panel/-grid-panel/add.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.panel / GridPanel / add

add

- -fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GRIDJUSTIFY? = null, alignSelf: GRIDALIGN? = null, classes: Set<String> = setOf()): GridPanel + +fun add(child: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf()): GridPanel

Adds a component to the grid container.

Parameters

-- cgit