diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
commit | 806edfceeefe7fda47924f97237974e99fe28a02 (patch) | |
tree | ab1f0cbd26fabd147c2343761c1577e05da373af /api/pl.treksoft.kvision.toolbar/-button-group-style | |
parent | fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0 (diff) | |
download | kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.gz kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.bz2 kvision-806edfceeefe7fda47924f97237974e99fe28a02.zip |
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.toolbar/-button-group-style')
3 files changed, 61 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.toolbar/-button-group-style/-j-u-s-t-i-f-i-e-d.html b/api/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/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/pl.treksoft.kvision.toolbar/-button-group-style/-v-e-r-t-i-c-a-l.html b/api/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/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/pl.treksoft.kvision.toolbar/-button-group-style/index.html b/api/pl.treksoft.kvision.toolbar/-button-group-style/index.html new file mode 100644 index 00000000..19f947e7 --- /dev/null +++ b/api/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> |