diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
commit | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (patch) | |
tree | d36036066bd3ef3f3e034c6dfc1e4283b1e69ece /api/kvision/pl.treksoft.kvision.toolbar/-button-group-style | |
parent | a70acf853de62d0754ca95aa4103712b82afdef8 (diff) | |
download | kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.gz kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.bz2 kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.toolbar/-button-group-style')
3 files changed, 61 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html new file mode 100644 index 00000000..a18fad28 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonGroupStyle.JUSTIFIED - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.toolbar</a> / <a href="index.html">ButtonGroupStyle</a> / <a href="./-j-u-s-t-i-f-i-e-d.html">JUSTIFIED</a><br/> +<br/> +<h1>JUSTIFIED</h1> +<a name="pl.treksoft.kvision.toolbar.ButtonGroupStyle.JUSTIFIED"></a> +<code><span class="identifier">JUSTIFIED</span></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html new file mode 100644 index 00000000..c5b93cc3 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonGroupStyle.VERTICAL - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.toolbar</a> / <a href="index.html">ButtonGroupStyle</a> / <a href="./-v-e-r-t-i-c-a-l.html">VERTICAL</a><br/> +<br/> +<h1>VERTICAL</h1> +<a name="pl.treksoft.kvision.toolbar.ButtonGroupStyle.VERTICAL"></a> +<code><span class="identifier">VERTICAL</span></code> +</BODY> +</HTML> diff --git a/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/index.html b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/index.html new file mode 100644 index 00000000..19f947e7 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.toolbar/-button-group-style/index.html @@ -0,0 +1,33 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ButtonGroupStyle - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.toolbar</a> / <a href="./index.html">ButtonGroupStyle</a><br/> +<br/> +<h1>ButtonGroupStyle</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonGroupStyle</span></code> +<p>Button group styles.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-v-e-r-t-i-c-a-l.html">VERTICAL</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-j-u-s-t-i-f-i-e-d.html">JUSTIFIED</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |