Compose 4 GTK
Toggle table of contents
main-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
Compose 4 GTK
Compose 4 GTK
/
io.github.compose4gtk.gtk.components
/
ScrolledWindow
Scrolled
Window
@
Composable
fun
ScrolledWindow
(
modifier
:
Modifier
=
Modifier
,
horizontalScrollbarPolicy
:
PolicyType
=
PolicyType.AUTOMATIC
,
verticalScrollbarPolicy
:
PolicyType
=
PolicyType.AUTOMATIC
,
kineticScrolling
:
Boolean
=
true
,
minContentHeight
:
Int
?
=
null
,
maxContentHeight
:
Int
?
=
null
,
minContentWidth
:
Int
?
=
null
,
maxContentWidth
:
Int
?
=
null
,
overlayScrolling
:
Boolean
=
true
,
placement
:
CornerType
=
CornerType.TOP_LEFT
,
propagateNaturalHeight
:
Boolean
=
false
,
propagateNaturalWidth
:
Boolean
=
false
,
content
:
@
Composable
(
)
->
Unit
)