diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.modal/-modal/remove-button.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.modal/-modal/remove-button.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/api/pl.treksoft.kvision.modal/-modal/remove-button.html b/docs/api/pl.treksoft.kvision.modal/-modal/remove-button.html deleted file mode 100644 index e9264cc4..00000000 --- a/docs/api/pl.treksoft.kvision.modal/-modal/remove-button.html +++ /dev/null @@ -1,20 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Modal.removeButton - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.modal</a> / <a href="index.html">Modal</a> / <a href="./remove-button.html">removeButton</a><br/> -<br/> -<h1>removeButton</h1> -<a name="pl.treksoft.kvision.modal.Modal$removeButton(pl.treksoft.kvision.html.Button)"></a> -<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeButton</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.modal.Modal$removeButton(pl.treksoft.kvision.html.Button)/button">button</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.html/-button/index.html"><span class="identifier">Button</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="index.html"><span class="identifier">Modal</span></a></code> -<p>Removes given button from the bottom section of dialog window.</p> -<h3>Parameters</h3> -<p><a name="button"></a> -<code>button</code> - a <a href="../../pl.treksoft.kvision.html/-button/index.html">Button</a> component</p> -<p><strong>Return</strong><br/> -this modal</p> -</BODY> -</HTML> |