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.core/-b-g-a-t-t-a-c-h | |
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.core/-b-g-a-t-t-a-c-h')
4 files changed, 82 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-f-i-x-e-d.html b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-f-i-x-e-d.html new file mode 100644 index 00000000..1c3d16f3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-f-i-x-e-d.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGATTACH.FIXED - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">BGATTACH</a> / <a href="./-f-i-x-e-d.html">FIXED</a><br/> +<br/> +<h1>FIXED</h1> +<a name="pl.treksoft.kvision.core.BGATTACH.FIXED"></a> +<code><span class="identifier">FIXED</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-l-o-c-a-l.html b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-l-o-c-a-l.html new file mode 100644 index 00000000..5b15a9cc --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-l-o-c-a-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGATTACH.LOCAL - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">BGATTACH</a> / <a href="./-l-o-c-a-l.html">LOCAL</a><br/> +<br/> +<h1>LOCAL</h1> +<a name="pl.treksoft.kvision.core.BGATTACH.LOCAL"></a> +<code><span class="identifier">LOCAL</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-s-c-r-o-l-l.html b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-s-c-r-o-l-l.html new file mode 100644 index 00000000..a22bf5f4 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/-s-c-r-o-l-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGATTACH.SCROLL - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">BGATTACH</a> / <a href="./-s-c-r-o-l-l.html">SCROLL</a><br/> +<br/> +<h1>SCROLL</h1> +<a name="pl.treksoft.kvision.core.BGATTACH.SCROLL"></a> +<code><span class="identifier">SCROLL</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/index.html b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/index.html new file mode 100644 index 00000000..279b1333 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-a-t-t-a-c-h/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGATTACH - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="./index.html">BGATTACH</a><br/> +<br/> +<h1>BGATTACH</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BGATTACH</span></code> +<p>Definitions of CSS background attachment options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-s-c-r-o-l-l.html">SCROLL</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-f-i-x-e-d.html">FIXED</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-l-o-c-a-l.html">LOCAL</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |