Commit graph

5 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
f1c1d519c5
Take AsRef<Widget> instead of Element in Tree API 2022-05-06 19:42:14 +02:00
Héctor Ramón Jiménez
e7d595c7de
Write documentation for iced_pure 2022-05-02 20:16:00 +02:00
Héctor Ramón Jiménez
d9d6dff550
Loose lifetime bounds in pure::Widget implementations 2022-03-29 18:24:17 +07:00
Marien Zwart
323a0b9e61 Forward overlay() calls in iced_pure::element::Map
If Map does not override overlay(), calling map() on a pure Element
breaks any pick_list inside it (its overlay does not appear).

Fix it by implementing overlay() the same way iced_native::element::Map
does.
2022-03-26 18:42:26 +11:00
Héctor Ramón Jiménez
d7100fd259
Export widget modules in iced_pure
... and fix collisions with the new `helpers`
2022-03-16 17:37:19 +07:00
Renamed from pure/src/widget/element.rs (Browse further)