max / makeover-layout
1 file changed,
+7 insertions,
-1 deletion
| @@ -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, |