summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/main.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-1/+1
|
* Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-2/+2
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-1/+1
|
* Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón2021-06-041-4/+32
|
* Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón2021-06-041-12/+40
|
* Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-13/+28
| | | | ... by issuing a new clip layer just for the scrollbar itself.
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-249/+68
| | | | | | | - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+365