Package-level declarations
Types
Link copied to clipboard
class ActionButtonColors(val normalAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val disabledAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, DisabledAreaProvider
Link copied to clipboard
class ButtonColors(val normalAreaColors: AreaColors, val focusAreaColors: AreaColors, val disabledAreaColors: AreaColors) : AreaProvider, FocusAreaProvider, DisabledAreaProvider
Link copied to clipboard
class CheckBoxColors(val normalAreaColors: AreaColors, val selectionAreaColors: AreaColors, val focusAreaColors: AreaColors, val disabledAreaColors: AreaColors) : AreaProvider, DisabledAreaProvider, FocusAreaProvider, SelectionAreaProvider
Link copied to clipboard
class ComboBoxColors(val normalAreaColors: AreaColors, val focusAreaColors: AreaColors, val disabledAreaColors: AreaColors, val dropdownMenuColors: DropdownMenuColors) : AreaProvider, FocusAreaProvider, DisabledAreaProvider
Link copied to clipboard
class ContextMenuColors(val normalAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val focusAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, FocusAreaProvider
Link copied to clipboard
interface CustomWindowDecorationSupport
Link copied to clipboard
class DropdownMenuColors(val normalAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val focusAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, FocusAreaProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class LinkColors(val normalAreaColors: AreaColors, val visitedAreaColors: AreaColors, val focusAreaColors: AreaColors, val disabledAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, DisabledAreaProvider, FocusAreaProvider
Link copied to clipboard
data class MainToolBarColors(val isDark: Boolean, val normalAreaColors: AreaColors, val inactiveAreaColors: AreaColors, val actionButtonColors: ActionButtonColors) : AreaProvider, InactiveAreaProvider
Link copied to clipboard
class MainToolBarMeasurePolicy(window: Window, customWindowDecorationSupport: CustomWindowDecorationSupport) : MeasurePolicy
Link copied to clipboard
Link copied to clipboard
class ProgressBarColors(val normalAreaColors: AreaColors, val indeterminateAreaColors: AreaColors) : AreaProvider
Link copied to clipboard
class RadioButtonColors(val normalAreaColors: AreaColors, val selectionAreaColors: AreaColors, val focusAreaColors: AreaColors, val disabledAreaColors: AreaColors) : AreaProvider, SelectionAreaProvider, FocusAreaProvider, DisabledAreaProvider
Link copied to clipboard
class SegmentedButtonColors(val normalAreaColors: AreaColors, val focusAreaColors: AreaColors, val itemNormalAreaColors: AreaColors, val itemHoverAreaColors: AreaColors, val itemPressedAreaColors: AreaColors, val itemSelectionAreaColors: AreaColors, val itemSelectedFocusAreaColors: AreaColors) : AreaProvider, FocusAreaProvider
Link copied to clipboard
class TabColors(val normalAreaColors: AreaColors, val selectionAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val inactiveAreaColors: AreaColors, val inactiveSelectionAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, InactiveSelectionAreaProvider
Link copied to clipboard
data class TextFieldColors(val normalAreaColors: AreaColors, val errorAreaColors: AreaColors, val disabledAreaColors: AreaColors, val errorFocusAreaColors: AreaColors, val focusAreaColors: AreaColors) : AreaProvider, DisabledAreaProvider, ErrorFocusAreaProvider
Link copied to clipboard
class ToolBarActionButtonColors(val normalAreaColors: AreaColors, val hoverAreaColors: AreaColors, val pressedAreaColors: AreaColors, val disabledAreaColors: AreaColors, val selectionAreaColors: AreaColors, val inactiveAreaColors: AreaColors, val inactiveSelectionAreaColors: AreaColors) : AreaProvider, HoverAreaProvider, PressedAreaProvider, DisabledAreaProvider, InactiveSelectionAreaProvider
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
Link copied to clipboard
@Composable
Link copied to clipboard
fun Modifier.paintWithMarker(painter: Painter, sizeToIntrinsics: Boolean = true, alignment: Alignment = Alignment.Center, contentScale: ContentScale = ContentScale.Inside, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null, markerColor: Color = Color.Unspecified): Modifier
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
Link copied to clipboard
@Composable
@Composable
Link copied to clipboard
@Composable
@Composable