Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
BrowserWindow
/
setContentSize
set
Content
Size
open
override
fun
setContentSize
(
width
:
Double
,
height
:
Double
,
animate
:
Boolean
)
(
source
)
Resizes the window's client area (e.g. the web page) to
width
and
height
.