diff options
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> |