Package-level declarations
Types
TooltipPlacement implementation for providing a PopupPositionProvider that calculates the position of the popup relative to the current mouse cursor position, but never changes it after showing the popup.
Represents the state for a split layout, which is used to control the position of the divider and layout coordinates.
A quick way to obtain text styles derived from the default TextStyle. These match the functionality provided by JBFont in the IntelliJ Platform.
Functions
A customizable horizontal split layout Composable function that allows you to divide the available space between two components using a draggable divider. The divider can be dragged to resize the panes, but cannot be focused.
Icon component that draws a painter using a colorFilter
Icon component that draws imageVector using tint, defaulting to Color.Unspecified.
A PopupPositionProvider that positions the popup at the given position relative to the anchor, but never updates it after showing the popup.
Remembers a SplitLayoutState instance with the provided initial split fraction.
A content padding to apply when you want to ensure the content is not overlapped by scrollbars. This value can be used for both vertical and horizontal scrollbars.
A customizable vertical split layout Composable function that allows you to divide the available space between two components using a draggable divider. The divider can be dragged to resize the panes, but cannot be focused.