diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.panel/-flex-dir')
5 files changed, 103 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n-r-e-v.html b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n-r-e-v.html new file mode 100644 index 00000000..c05dca4e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n-r-e-v.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FlexDir.COLUMNREV - 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">FlexDir</a> / <a href="./-c-o-l-u-m-n-r-e-v.html">COLUMNREV</a><br/> +<br/> +<h1>COLUMNREV</h1> +<a name="pl.treksoft.kvision.panel.FlexDir.COLUMNREV"></a> +<code><span class="identifier">COLUMNREV</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n.html b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n.html new file mode 100644 index 00000000..151f4648 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-c-o-l-u-m-n.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FlexDir.COLUMN - 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">FlexDir</a> / <a href="./-c-o-l-u-m-n.html">COLUMN</a><br/> +<br/> +<h1>COLUMN</h1> +<a name="pl.treksoft.kvision.panel.FlexDir.COLUMN"></a> +<code><span class="identifier">COLUMN</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w-r-e-v.html b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w-r-e-v.html new file mode 100644 index 00000000..59be1098 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w-r-e-v.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FlexDir.ROWREV - 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">FlexDir</a> / <a href="./-r-o-w-r-e-v.html">ROWREV</a><br/> +<br/> +<h1>ROWREV</h1> +<a name="pl.treksoft.kvision.panel.FlexDir.ROWREV"></a> +<code><span class="identifier">ROWREV</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w.html b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w.html new file mode 100644 index 00000000..2d4a3052 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-dir/-r-o-w.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FlexDir.ROW - 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">FlexDir</a> / <a href="./-r-o-w.html">ROW</a><br/> +<br/> +<h1>ROW</h1> +<a name="pl.treksoft.kvision.panel.FlexDir.ROW"></a> +<code><span class="identifier">ROW</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.panel/-flex-dir/index.html b/docs/api/pl.treksoft.kvision.panel/-flex-dir/index.html new file mode 100644 index 00000000..732fdfec --- /dev/null +++ b/docs/api/pl.treksoft.kvision.panel/-flex-dir/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>FlexDir - 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">FlexDir</a><br/> +<br/> +<h1>FlexDir</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">FlexDir</span></code> +<p>CSS flexbox directions.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-r-o-w.html">ROW</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-o-w-r-e-v.html">ROWREV</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-l-u-m-n.html">COLUMN</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-l-u-m-n-r-e-v.html">COLUMNREV</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |