Skip to main content

Module recipe_splitter_style

Module recipe_splitter_style 

Source
Expand description

Default SplitterStyle impl — the IntUI divider-handle look.

Reproduces the old SplitView chrome: a thin static line at the gutter’s center (so the divider never disappears), with a thicker focus-color line that cross-fades in on hover-dwell and snaps to full strength on keyboard focus or drag. The hit area is the full gutter width; the cursor change is what signals grabbability.

The visual body is a small private leaf (SplitterHandleBody) — same “leaf body” choice as RecipeSliderStyle. Custom SplitterStyle impls compose their own body instead.

Structs§

RecipeSplitterStyle
Default SplitterStyle shipped with Teksilo. Colors come from theme.colors.{border, focus_ring}.
SplitterRecipe
Configurable dimensions for RecipeSplitterStyle.

Constants§

SPLITTER_DIVIDER_LINE_THICKNESS
Thickness of the always-present resting divider line, in dp.