restartable skippable scheme("[androidx.compose.ui.graphics.vector.VectorComposable, [androidx.compose.ui.graphics.vector.VectorComposable]]") fun Group( stable name: String? = @static DefaultGroupName stable rotation: Float = @static DefaultRotation stable pivotX: Float = @static DefaultPivotX stable pivotY: Float = @static DefaultPivotY stable scaleX: Float = @static DefaultScaleX stable scaleY: Float = @static DefaultScaleY stable translationX: Float = @static DefaultTranslationX stable translationY: Float = @static DefaultTranslationY unstable clipPathData: List? = @dynamic EmptyPath stable content: @[VectorComposable] Function2 ) restartable scheme("[androidx.compose.ui.graphics.vector.VectorComposable]") fun Path( unstable pathData: List stable pathFillType: PathFillType = @static DefaultFillType stable name: String? = @static DefaultPathName stable fill: Brush? = @static null stable fillAlpha: Float = @static 1.0f stable stroke: Brush? = @static null stable strokeAlpha: Float = @static 1.0f stable strokeLineWidth: Float = @static DefaultStrokeLineWidth stable strokeLineCap: StrokeCap = @static DefaultStrokeLineCap stable strokeLineJoin: StrokeJoin = @static DefaultStrokeLineJoin stable strokeLineMiter: Float = @static DefaultStrokeLineMiter stable trimPathStart: Float = @static DefaultTrimPathStart stable trimPathEnd: Float = @static DefaultTrimPathEnd stable trimPathOffset: Float = @static DefaultTrimPathOffset ) fun rememberVectorPainter( stable defaultWidth: Dp stable defaultHeight: Dp stable viewportWidth: Float = @static Companion.NaN stable viewportHeight: Float = @static Companion.NaN stable name: String? = @static RootGroupName stable tintColor: Color = @static Companion.Unspecified stable tintBlendMode: BlendMode = @dynamic Companion.SrcIn stable content: @[VectorComposable] Function4<@[ParameterName(name = 'viewportWidth')] Float, @[ParameterName(name = 'viewportHeight')] Float, Composer, Int, Unit> ): VectorPainter scheme("[_, [androidx.compose.ui.graphics.vector.VectorComposable]]") fun rememberVectorPainter( stable defaultWidth: Dp stable defaultHeight: Dp stable viewportWidth: Float = @static Companion.NaN stable viewportHeight: Float = @static Companion.NaN stable name: String? = @static RootGroupName stable tintColor: Color = @static Companion.Unspecified stable tintBlendMode: BlendMode = @dynamic Companion.SrcIn stable autoMirror: Boolean = @static false stable content: @[VectorComposable] Function4<@[ParameterName(name = 'viewportWidth')] Float, @[ParameterName(name = 'viewportHeight')] Float, Composer, Int, Unit> ): VectorPainter fun rememberVectorPainter( stable image: ImageVector ): VectorPainter restartable scheme("[0, [0]]") fun RenderVector( stable name: String stable viewportWidth: Float stable viewportHeight: Float stable content: Function4<@[ParameterName(name = 'viewportWidth')] Float, @[ParameterName(name = 'viewportHeight')] Float, Composer, Int, Unit> unstable : VectorPainter ) restartable skippable scheme("[androidx.compose.ui.graphics.vector.VectorComposable]") fun RenderVectorGroup( stable group: VectorGroup unstable configs: Map? = @static emptyMap() ) inline scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Layout( stable content: @[UiComposable] Function2 stable modifier: Modifier? = @static Companion stable measurePolicy: MeasurePolicy ) inline fun Layout( stable modifier: Modifier? = @static Companion stable measurePolicy: MeasurePolicy ) inline fun Layout( unstable contents: List<@[UiComposable] Function2> stable modifier: Modifier? = @static Companion stable measurePolicy: MultiContentMeasurePolicy ) restartable skippable fun MultiMeasureLayout( stable modifier: Modifier? = @static Companion stable content: @[UiComposable] Function2 stable measurePolicy: MeasurePolicy ) restartable skippable fun LookaheadLayout( stable content: @[UiComposable] @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable measurePolicy: MeasurePolicy ) restartable skippable fun LookaheadScope( stable content: @[UiComposable] @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SubcomposeLayout( stable modifier: Modifier? = @static Companion stable measurePolicy: @[ExtensionFunctionType] Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SubcomposeLayout( unstable state: SubcomposeLayoutState stable modifier: Modifier? = @static Companion stable measurePolicy: @[ExtensionFunctionType] Function2 ) restartable skippable fun TestModifierUpdaterLayout( stable onAttached: Function1 ) restartable skippable scheme("[0, [0]]") fun ProvideCommonCompositionLocals( owner: Owner uriHandler: UriHandler stable content: Function2 ) fun ( stable : LocalSoftwareKeyboardController ): SoftwareKeyboardController? fun delegatingController( unused stable : LocalSoftwareKeyboardController ): SoftwareKeyboardController? restartable skippable fun WindowFocusObserver( stable onWindowFocusChanged: Function1<@[ParameterName(name = 'isWindowFocused')] Boolean, Unit> ) fun rememberTextMeasurer( stable cacheSize: Int = @static DefaultCacheSize ): TextMeasurer restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SwingPanel( stable background: Color = @static Companion.White stable factory: Function0 stable modifier: Modifier? = @static Companion stable update: Function1? = @static NoOpUpdate ) fun painterResource( stable resourcePath: String ): Painter fun rememberSvgResource( stable resourcePath: String ): Painter fun rememberVectorXmlResource( stable resourcePath: String ): Painter fun rememberBitmapResource( stable resourcePath: String ): Painter restartable skippable fun UpdateEffect( stable update: Function0 ) restartable skippable fun AwtWindow( stable visible: Boolean = @static true stable create: Function0 stable dispose: Function1 stable update: Function1? = @static { it: T -> } ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Popup( stable alignment: Alignment? = @static Companion.TopStart stable offset: IntOffset = @static IntOffset(0, 0) stable focusable: Boolean = @static false stable onDismissRequest: Function0? = @static null stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Popup( stable popupPositionProvider: PopupPositionProvider stable onDismissRequest: Function0? = @static null stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable focusable: Boolean = @static false stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun PopupLayout( stable popupPositionProvider: PopupPositionProvider stable focusable: Boolean stable onDismissRequest: Function0? stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable content: Function2 ) fun rememberCursorPositionProvider( stable offset: DpOffset = @dynamic Companion.Zero stable alignment: Alignment? = @static Companion.BottomEnd stable windowMargin: Dp = @static 4.dp ): PopupPositionProvider fun rememberComponentRectPositionProvider( stable anchor: Alignment? = @static Companion.BottomCenter stable alignment: Alignment? = @static Companion.BottomCenter stable offset: DpOffset = @dynamic Companion.Zero ): PopupPositionProvider restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Dialog( stable onCloseRequest: Function0 state: DialogState? = @dynamic rememberDialogState(null, (0L), $composer, 0, 0b0011) stable visible: Boolean = @static true stable title: String? = @static "Untitled" unstable icon: Painter? = @static null stable undecorated: Boolean = @static false stable transparent: Boolean = @static false stable resizable: Boolean = @static true stable enabled: Boolean = @static true stable focusable: Boolean = @static true stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Dialog( stable visible: Boolean = @static true stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable create: Function0 stable dispose: Function1 stable update: Function1? = @static { it: ComposeDialog -> } stable content: @[ExtensionFunctionType] Function3 ) fun rememberDialogState( stable position: WindowPosition? = @dynamic WindowPosition(Companion.Center) stable size: DpSize = @static DpSize(400.dp, 300.dp) ): DialogState fun rememberDialogState( stable position: WindowPosition? = @dynamic WindowPosition(Companion.Center) stable size: WindowSize ): DialogState fun rememberDialogState( stable position: WindowPosition? = @dynamic WindowPosition(Companion.Center) stable width: Dp = @static 400.dp stable height: Dp = @static 300.dp ): DialogState restartable skippable scheme("[0, [0]]") fun Menu( stable text: String stable mnemonic: Char? = @static null stable enabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function3 unused stable : MenuBarScope ) restartable skippable scheme("[0, [0]]") fun Menu( stable text: String stable enabled: Boolean stable mnemonic: Char? stable content: @[ExtensionFunctionType] Function3 stable : AwtMenuScope ) restartable skippable fun Separator( unused stable : AwtMenuScope ) restartable fun Item( stable text: String unstable icon: Painter? stable enabled: Boolean stable mnemonic: Char? stable shortcut: KeyShortcut? stable onClick: Function0 unused stable : AwtMenuScope ) restartable fun CheckboxItem( stable text: String stable checked: Boolean unstable icon: Painter? stable enabled: Boolean stable mnemonic: Char? stable shortcut: KeyShortcut? stable onCheckedChange: Function1 unused stable : AwtMenuScope ) restartable skippable fun RadioButtonItem( unused stable text: String unused stable selected: Boolean unused unstable icon: Painter? unused stable enabled: Boolean unused stable mnemonic: Char? unused stable shortcut: KeyShortcut? unused stable onClick: Function0 unused stable : AwtMenuScope ) restartable skippable scheme("[0, [0]]") fun Menu( stable text: String stable enabled: Boolean stable mnemonic: Char? stable content: @[ExtensionFunctionType] Function3 stable : SwingMenuScope ) restartable skippable fun Separator( unused stable : SwingMenuScope ) restartable fun Item( stable text: String unstable icon: Painter? stable enabled: Boolean stable mnemonic: Char? stable shortcut: KeyShortcut? stable onClick: Function0 unused stable : SwingMenuScope ) restartable fun CheckboxItem( stable text: String stable checked: Boolean unstable icon: Painter? stable enabled: Boolean stable mnemonic: Char? stable shortcut: KeyShortcut? stable onCheckedChange: Function1 unused stable : SwingMenuScope ) restartable fun RadioButtonItem( stable text: String stable selected: Boolean unstable icon: Painter? stable enabled: Boolean stable mnemonic: Char? stable shortcut: KeyShortcut? stable onClick: Function0 unused stable : SwingMenuScope ) restartable skippable scheme("[0, [0]]") fun Menu( stable text: String stable enabled: Boolean = @static true stable mnemonic: Char? = @static null stable content: @[ExtensionFunctionType] Function3 : MenuScope ) restartable skippable fun Separator( : MenuScope ) restartable skippable fun Item( stable text: String unstable icon: Painter? = @static null stable enabled: Boolean = @static true stable mnemonic: Char? = @static null stable shortcut: KeyShortcut? = @static null stable onClick: Function0 : MenuScope ) restartable skippable fun CheckboxItem( stable text: String stable checked: Boolean unstable icon: Painter? = @static null stable enabled: Boolean = @static true stable mnemonic: Char? = @static null stable shortcut: KeyShortcut? = @static null stable onCheckedChange: Function1 : MenuScope ) restartable skippable fun RadioButtonItem( stable text: String stable selected: Boolean unstable icon: Painter? = @static null stable enabled: Boolean = @static true stable mnemonic: Char? = @static null stable shortcut: KeyShortcut? = @static null stable onClick: Function0 : MenuScope ) fun rememberAwtIcon( unstable painter: Painter? ): Icon? fun rememberStateChanger( stable set: @[ExtensionFunctionType] Function2 stable get: @[ExtensionFunctionType] Function1 ): ComposeState fun rememberNotification( stable title: String stable message: String stable type: Type? = @static Type.None ): Notification restartable scheme("[0, [0]]") fun Tray( unused stable : ApplicationScope unstable icon: Painter unstable state: TrayState? = @dynamic rememberTrayState($composer, 0) stable tooltip: String? = @static null stable onAction: Function0? = @static { } stable menu: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$Tray_desktopKt.lambda-1 ) fun rememberTrayState() restartable scheme("[androidx.compose.ui.UiComposable]") fun Content( unstable : UndecoratedWindowResizer ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Side( stable cursorId: Int stable sides: Int unstable : UndecoratedWindowResizer ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Window( stable onCloseRequest: Function0 state: WindowState? = @dynamic rememberWindowState(null, false, null, (0L), $composer, 0, 0b1111) stable visible: Boolean = @static true stable title: String? = @static "Untitled" unstable icon: Painter? = @static null stable undecorated: Boolean = @static false stable transparent: Boolean = @static false stable resizable: Boolean = @static true stable enabled: Boolean = @static true stable focusable: Boolean = @static true stable alwaysOnTop: Boolean = @static false stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Window( stable visible: Boolean = @static true stable onPreviewKeyEvent: Function1? = @static { it: KeyEvent -> false } stable onKeyEvent: Function1? = @static { it: KeyEvent -> false } stable create: Function0 stable dispose: Function1 stable update: Function1? = @static { it: ComposeWindow -> } stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[0, [0]]") fun MenuBar( stable : FrameWindowScope stable content: @[ExtensionFunctionType] Function3 ) fun rememberWindowState( stable placement: WindowPlacement? = @static WindowPlacement.Floating stable isMinimized: Boolean = @static false stable position: WindowPosition? = @static PlatformDefault stable size: DpSize = @static DpSize(800.dp, 600.dp) ): WindowState fun rememberWindowState( stable placement: WindowPlacement? = @static WindowPlacement.Floating stable isMinimized: Boolean = @static false stable position: WindowPosition? = @static PlatformDefault stable size: WindowSize ): WindowState fun rememberWindowState( stable placement: WindowPlacement? = @static WindowPlacement.Floating stable isMinimized: Boolean = @static false stable position: WindowPosition? = @static PlatformDefault stable width: Dp = @static 800.dp stable height: Dp = @static 600.dp ): WindowState