mirror of
https://github.com/danbulant/cushy
synced 2026-06-11 18:40:36 +00:00
This expansion only triggers if the root widget measures larger than the window's current size. We can't set a minimum size explicitly unless a Resize widget is present, as we don't have enough knowledge to ensure that the exact measurement we received was indeed the smallest layout in any given direction. We only know that given the current constraints, the returned measurement was the smallest possible. All future queries will have to still be done again, as any change to the constraints could impact the measured size. |
||
|---|---|---|
| .. | ||
| align.rs | ||
| button.rs | ||
| canvas.rs | ||
| checkbox.rs | ||
| collapse.rs | ||
| container.rs | ||
| custom.rs | ||
| data.rs | ||
| expand.rs | ||
| input.rs | ||
| label.rs | ||
| mode_switch.rs | ||
| progress.rs | ||
| radio.rs | ||
| resize.rs | ||
| scroll.rs | ||
| select.rs | ||
| slider.rs | ||
| space.rs | ||
| stack.rs | ||
| style.rs | ||
| switcher.rs | ||
| themed.rs | ||
| tilemap.rs | ||
| validated.rs | ||