Package-level declarations
Types
Link copied to clipboard
abstract class Application<out A : Application<A>>(self: BaseLazyReference<A>, rawContext: PlatformContext) : StartupPool
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class WindowController(placement: WindowPlacement, isMinimized: Boolean, position: WindowPosition, initSize: DpSize, initTitle: String, initIcon: DrawableResource?, initRoundedCorner: Boolean)
Functions
Link copied to clipboard
fun DefaultTopBar(controller: WindowController, onExit: () -> Unit, actions: @Composable RowScope.() -> Unit = { DefaultTopBarActions(controller, onExit) })
Link copied to clipboard