diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-direction')
3 files changed, 61 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-direction/-h-o-r-i-z-o-n-t-a-l.html b/docs/api/pl.treksoft.kvision.panel/-direction/-h-o-r-i-z-o-n-t-a-l.html new file mode 100644 index 00000000..3920b100 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-direction/-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/-direction/-v-e-r-t-i-c-a-l.html b/docs/api/pl.treksoft.kvision.panel/-direction/-v-e-r-t-i-c-a-l.html new file mode 100644 index 00000000..e006bc2e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-direction/-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/-direction/index.html b/docs/api/pl.treksoft.kvision.panel/-direction/index.html new file mode 100644 index 00000000..f1d12efe --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-direction/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> |