iced/core/src/layout
Héctor Ramón Jiménez 6fbbc30f5c
Implement row::Wrapping widget
If you have a `Row`, simply call `Row::wrap` at
the end to turn it into a `Row` that will wrap its
contents.

The original alignment of the `Row` is preserved
per row wrapped.
2024-08-06 03:22:44 +02:00
..
DRUID_LICENSE Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
flex.rs Remove complex cross-axis layout logic from Column and Row 2024-03-03 01:08:11 +01:00
limits.rs Introduce useful helpers in layout module 2024-01-10 10:01:49 +01:00
node.rs Implement row::Wrapping widget 2024-08-06 03:22:44 +02:00