summaryrefslogtreecommitdiff
path: root/api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html')
-rw-r--r--api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html b/api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html
new file mode 100644
index 00000000..1fed96f7
--- /dev/null
+++ b/api/kvision/pl.treksoft.kvision.panel/-responsive-grid-panel/remove-at.html
@@ -0,0 +1,22 @@
+<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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.panel</a>&nbsp;/&nbsp;<a href="index.html">ResponsiveGridPanel</a>&nbsp;/&nbsp;<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>&nbsp;<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>&nbsp;<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>