diff options
Diffstat (limited to 'api/pl.treksoft.kvision.toolbar/-button-group-style/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.toolbar/-button-group-style/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
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> |