diff options
Diffstat (limited to 'api/pl.treksoft.kvision.modal/-modal/remove-button.html')
-rw-r--r-- | api/pl.treksoft.kvision.modal/-modal/remove-button.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.modal/-modal/remove-button.html b/api/pl.treksoft.kvision.modal/-modal/remove-button.html new file mode 100644 index 00000000..e9264cc4 --- /dev/null +++ b/api/pl.treksoft.kvision.modal/-modal/remove-button.html @@ -0,0 +1,20 @@ +<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> |