toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
BrowserWindow
/
setMaximumSize
set
Maximum
Size
fun
setMaximumSize
(
width
:
Double
,
height
:
Double
)
(
source
)
Sets the maximum size of window to
width
and
height
.