diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
commit | d8cd67062b8de6e8398dc6dfd00d201200c82414 (patch) | |
tree | 601082ec1eec73bc7a7d6ce8b51352e5345ffe81 /docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n | |
parent | 955304789ea83aceacbdf4c8a9eb742f6c2518f6 (diff) | |
download | kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.gz kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.bz2 kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.zip |
API doc and readme
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n')
3 files changed, 61 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-h-o-r-i-z-o-n-t-a-l.html b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-h-o-r-i-z-o-n-t-a-l.html new file mode 100644 index 00000000..9f5061f5 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-h-o-r-i-z-o-n-t-a-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DIRECTION.HORIZONTAL - 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">DIRECTION</a> / <a href="./-h-o-r-i-z-o-n-t-a-l.html">HORIZONTAL</a><br/> +<br/> +<h1>HORIZONTAL</h1> +<a name="pl.treksoft.kvision.panel.DIRECTION.HORIZONTAL"></a> +<code><span class="identifier">HORIZONTAL</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-v-e-r-t-i-c-a-l.html b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-v-e-r-t-i-c-a-l.html new file mode 100644 index 00000000..bae931c0 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/-v-e-r-t-i-c-a-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DIRECTION.VERTICAL - 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">DIRECTION</a> / <a href="./-v-e-r-t-i-c-a-l.html">VERTICAL</a><br/> +<br/> +<h1>VERTICAL</h1> +<a name="pl.treksoft.kvision.panel.DIRECTION.VERTICAL"></a> +<code><span class="identifier">VERTICAL</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/index.html b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/index.html new file mode 100644 index 00000000..cb6ad4a8 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-d-i-r-e-c-t-i-o-n/index.html @@ -0,0 +1,33 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>DIRECTION - 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">DIRECTION</a><br/> +<br/> +<h1>DIRECTION</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">DIRECTION</span></code> +<p>Split panel direction.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-h-o-r-i-z-o-n-t-a-l.html">HORIZONTAL</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-v-e-r-t-i-c-a-l.html">VERTICAL</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |