khonsulabs / cushy

An experimental cross-platform graphical user interface (GUI) crate for Rust.
Apache License 2.0
491 stars 25 forks source link

Add `MakeWidgetList` helpers to `Value<WidgetList>` #182

Closed ecton closed 1 month ago

ecton commented 1 month ago

We should have into_rows/into_columns etc on Value<WidgetList>. It might make sense to split MakeWidgetList and the helper functions so that these helpers can be implemented in a shared location.