diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-27 10:07:02 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-27 10:07:02 +0100 |
commit | 4792e81070aa2bed027720875e3c2ea7462f282b (patch) | |
tree | 156a09975a77a65c6db761dbff7e8be8a61236cc /docs/api/pl.treksoft.kvision.window/-window/to-front.html | |
parent | ece6d98c361c716403d029bb1bd2d191647fe435 (diff) | |
download | kvision-0.0.7.tar.gz kvision-0.0.7.tar.bz2 kvision-0.0.7.zip |
Updated API documentantion.0.0.7
Diffstat (limited to 'docs/api/pl.treksoft.kvision.window/-window/to-front.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.window/-window/to-front.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.window/-window/to-front.html b/docs/api/pl.treksoft.kvision.window/-window/to-front.html new file mode 100644 index 00000000..73b48625 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.window/-window/to-front.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Window.toFront - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.window</a> / <a href="index.html">Window</a> / <a href="./to-front.html">toFront</a><br/> +<br/> +<h1>toFront</h1> +<a name="pl.treksoft.kvision.window.Window$toFront()"></a> +<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">toFront</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Moves the current window to the front.</p> +</BODY> +</HTML> |