Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
BrowserWindow
/
setMaximumSize
set
Maximum
Size
open
override
fun
setMaximumSize
(
width
:
Double
,
height
:
Double
)
(
source
)
Sets the maximum size of window to
width
and
height
.