diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:45:25 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:45:26 +0100 |
commit | f3c9d405382dd81d426c7eab1f6390ec8e6dad00 (patch) | |
tree | 2913cb1e5818e91119221c93f9a997a3f10a52c0 /docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html | |
parent | 726751c145b33f82e024787fa7aafcc861712712 (diff) | |
download | kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.tar.gz kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.tar.bz2 kvision-f3c9d405382dd81d426c7eab1f6390ec8e6dad00.zip |
Documentation update.
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html b/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html deleted file mode 100644 index 1fed96f7..00000000 --- a/docs/api/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html +++ /dev/null @@ -1,22 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>ResponsiveGridPanel.removeAt - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">ResponsiveGridPanel</a> / <a href="./remove-at.html">removeAt</a><br/> -<br/> -<h1>removeAt</h1> -<a name="pl.treksoft.kvision.panel.ResponsiveGridPanel$removeAt(kotlin.Int, kotlin.Int)"></a> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAt</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$removeAt(kotlin.Int, kotlin.Int)/col">col</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.panel.ResponsiveGridPanel$removeAt(kotlin.Int, kotlin.Int)/row">row</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">ResponsiveGridPanel</span></a></code> -<p>Removes child component at given location (column, row).</p> -<h3>Parameters</h3> -<p><a name="col"></a> -<code>col</code> - column number</p> -<p><a name="row"></a> -<code>row</code> - row number</p> -<p><strong>Return</strong><br/> -this container</p> -</BODY> -</HTML> |