diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
commit | eb930482e9972a21d39f2aea8b813acf58ff5b64 (patch) | |
tree | 1c64052b39527aca51793860894baa37791cc94f /api/pl.treksoft.kvision.navbar/-navbar-type | |
parent | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (diff) | |
download | kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.gz kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.bz2 kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/pl.treksoft.kvision.navbar/-navbar-type')
4 files changed, 82 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html new file mode 100644 index 00000000..5742fbb3 --- /dev/null +++ b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-b-o-t-t-o-m.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>NavbarType.FIXEDBOTTOM - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.navbar</a> / <a href="index.html">NavbarType</a> / <a href="./-f-i-x-e-d-b-o-t-t-o-m.html">FIXEDBOTTOM</a><br/> +<br/> +<h1>FIXEDBOTTOM</h1> +<a name="pl.treksoft.kvision.navbar.NavbarType.FIXEDBOTTOM"></a> +<code><span class="identifier">FIXEDBOTTOM</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html new file mode 100644 index 00000000..d7286c5f --- /dev/null +++ b/api/pl.treksoft.kvision.navbar/-navbar-type/-f-i-x-e-d-t-o-p.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>NavbarType.FIXEDTOP - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.navbar</a> / <a href="index.html">NavbarType</a> / <a href="./-f-i-x-e-d-t-o-p.html">FIXEDTOP</a><br/> +<br/> +<h1>FIXEDTOP</h1> +<a name="pl.treksoft.kvision.navbar.NavbarType.FIXEDTOP"></a> +<code><span class="identifier">FIXEDTOP</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html b/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html new file mode 100644 index 00000000..8d992f06 --- /dev/null +++ b/api/pl.treksoft.kvision.navbar/-navbar-type/-s-t-a-t-i-c-t-o-p.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>NavbarType.STATICTOP - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.navbar</a> / <a href="index.html">NavbarType</a> / <a href="./-s-t-a-t-i-c-t-o-p.html">STATICTOP</a><br/> +<br/> +<h1>STATICTOP</h1> +<a name="pl.treksoft.kvision.navbar.NavbarType.STATICTOP"></a> +<code><span class="identifier">STATICTOP</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.navbar/-navbar-type/index.html b/api/pl.treksoft.kvision.navbar/-navbar-type/index.html new file mode 100644 index 00000000..eb6e3cb0 --- /dev/null +++ b/api/pl.treksoft.kvision.navbar/-navbar-type/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>NavbarType - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.navbar</a> / <a href="./index.html">NavbarType</a><br/> +<br/> +<h1>NavbarType</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">NavbarType</span></code> +<p>Navbar types.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-f-i-x-e-d-t-o-p.html">FIXEDTOP</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-f-i-x-e-d-b-o-t-t-o-m.html">FIXEDBOTTOM</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-t-a-t-i-c-t-o-p.html">STATICTOP</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |