FrameWindowScope



Receiver scope which is used by androidx.compose.ui.window.Window.

Summary

Public properties

ComposeWindow

ComposeWindow that was created inside androidx.compose.ui.window.Window.

android

Extension functions

Unit

Composes menu bar on the top of the window

android

Public properties

window

val windowComposeWindow

ComposeWindow that was created inside androidx.compose.ui.window.Window.

Extension functions

MenuBar

@Composable
fun FrameWindowScope.MenuBar(content: @Composable MenuBarScope.() -> Unit): Unit

Composes menu bar on the top of the window

Parameters
content: @Composable MenuBarScope.() -> Unit

content of the menu bar (list of menus)