toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
BrowserWindow
/
setContentSize
set
Content
Size
fun
setContentSize
(
width
:
Double
,
height
:
Double
,
animate
:
Boolean
=
definedExternally
)
(
source
)
Resizes the window's client area (e.g. the web page) to
width
and
height
.