summaryrefslogtreecommitdiffstats
path: root/examples/pure/pane_grid (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2-380/+0
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-1/+1
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-39/+35
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-72/+9
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
... and fix collisions with the new `helpers`
2022-03-14Implement `pure` version of `pane_grid` example :tada:Libravatar Héctor Ramón Jiménez1-13/+12
2022-03-14Implement `pure` version of `PaneGrid` widgetLibravatar Héctor Ramón Jiménez2-0/+448