teksilo-widgets 0.9.0

Widget library for Teksilo — over a hundred widgets and layout primitives, from Button to TreeTableView.
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 FernTech

//! Re-export shim: `PrefixSumOffsets` moved to [`crate::common::row_offsets`]
//! so the 1-D row widgets (`ListView` / `TreeView` / `TableView` /
//! `TreeTableView`, via `RowMetrics`) can share it. Grid strategies keep their
//! `super::offsets::PrefixSumOffsets` paths through this shim.

pub(crate) use crate::common::row_offsets::PrefixSumOffsets;