Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
jbr
/
com.michaelflisar.toolbox.app
/
DesktopMenuBar
Desktop
Menu
Bar
@
Composable
fun
DesktopMenuBar
(
items
:
List
<
MenuItem
>
,
setup
:
DesktopTitleBar.Setup
=
DesktopTitleBar.Setup()
,
actions
:
List
<
DesktopTitleBar.TitleAction
>
=
emptyList()
)