Package-level declarations

Properties

Link copied to clipboard
val LocalApplicationWindow: ProvidableCompositionLocal<ApplicationWindow>

Functions

Link copied to clipboard
@Composable
fun <AW : ApplicationWindow, B : ApplicationWindow.Builder<*>> InitializeApplicationWindow(builder: () -> B, setContent: AW.(Widget?) -> Unit, title: String?, onClose: () -> Unit, modifier: Modifier = Modifier, styles: List<CssProvider> = emptyList(), decorated: Boolean = true, defaultHeight: Int = 0, defaultWidth: Int = 0, deletable: Boolean = true, fullscreen: Boolean = false, maximized: Boolean = false, handleMenubarAccel: Boolean = true, modal: Boolean = false, resizable: Boolean = true, init: AW.() -> Unit = {}, content: @Composable (AW) -> Unit)