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