Skip to main content

max / makeover-layout

Region::TabGroup says what it means and stops placing the strip
Author: Max Johnson <me@maxj.phd> · 2026-08-20 16:59 UTC
Signed with PGP, not checked
Commit: 8eebb8a184243c13e6c421db580f310c3e67493a
Parent: 8a43d80
1 file changed, +7 insertions, -1 deletion
M src/lib.rs +7 -1
@@ -2431,7 +2431,13 @@
2431 2431 /// never a band above a board. It also keeps [`Arrangement::share`]
2432 2432 /// meaningful, which a peer arrangement has no answer for.
2433 2433 Columns,
2434 - /// A set of panes, one visible at a time, with a [`Selector::Tabs`] above.
2434 + /// A set of panes, one visible at a time, and a [`Selector::Tabs`] that
2435 + /// chooses between them.
2436 + ///
2437 + /// Says nothing about where the strip sits. A row over the panes, a column
2438 + /// beside them, a wrapped run of links under them: all three are the same
2439 + /// member drawn by a renderer that knows its host, the way the strip's
2440 + /// overflow is.
2435 2441 TabGroup,
2436 2442 /// Content over a scrim, taking input until dismissed.
2437 2443 Modal,