toggle menu
cup
1.0.0-Beta-03
jvm
switch theme
search in API
cup
/
net.kodein.cup.desktop
Package-level
declarations
Functions
Functions
with
Cup
Managed
Window
State
Link copied to clipboard
jvm
@
Composable
fun
withCupManagedWindowState
(
windowState
:
WindowState
,
content
:
@
Composable
(
)
->
Unit
)
with
Cup
Saved
Presentation
State
Link copied to clipboard
jvm
@
Composable
fun
withCupSavedPresentationState
(
content
:
@
Composable
(
PresentationState
?
)
->
Unit
)
with
Cup
Saved
Window
State
Link copied to clipboard
jvm
@
Composable
fun
withCupSavedWindowState
(
content
:
@
Composable
(
Boolean
,
WindowState
)
->
Unit
)