diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-07-13 02:13:41 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-07-13 02:13:41 +0200 |
commit | 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e (patch) | |
tree | 353205adefdd1c7785989eb7728ecacf30b2ce66 /api/pl.treksoft.kvision.core/index.html | |
parent | bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b (diff) | |
download | kvision-2febd99a43e367e7100e9fc21bd6eef1cd1ea47e.tar.gz kvision-2febd99a43e367e7100e9fc21bd6eef1cd1ea47e.tar.bz2 kvision-2febd99a43e367e7100e9fc21bd6eef1cd1ea47e.zip |
API documentation for KVision 0.0.38
Diffstat (limited to 'api/pl.treksoft.kvision.core/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html index a68b9d5e..7e64ef45 100644 --- a/api/pl.treksoft.kvision.core/index.html +++ b/api/pl.treksoft.kvision.core/index.html @@ -419,7 +419,7 @@ backgrounds, fonts, text and position) and the main Widget class.</p> <p><a href="-css-size.html">CssSize</a></p> </td> <td> -<code><span class="keyword">typealias </span><span class="identifier">CssSize</span> <span class="symbol">=</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">,</span> <a href="-u-n-i-t/index.html"><span class="identifier">UNIT</span></a><span class="symbol">></span></code> +<code><span class="keyword">typealias </span><span class="identifier">CssSize</span> <span class="symbol">=</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="identifier">Pair</span></a><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">,</span> <a href="-u-n-i-t/index.html"><span class="identifier">UNIT</span></a><span class="symbol">></span></code> <p>This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).</p> </td> </tr> |