summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-10-27 23:35:52 +0100
committerLibravatar GitHub <noreply@github.com>2020-10-27 23:35:52 +0100
commit8a3ce90959e281cd73a7486d800df8d65478a698 (patch)
treeaf18e633df7c43e2488861b17617d9d162377b74 /examples/README.md
parentd3b04bf892ce63d3129686968039c258945c5b02 (diff)
parent2ca05520bafdaa3377c5571db46ab41aac9d0290 (diff)
downloadiced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.gz
iced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.bz2
iced-8a3ce90959e281cd73a7486d800df8d65478a698.zip
Merge pull request #575 from clarkmoody/scrollable-width
Custom Scrollbar Width
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 34a916a1..32ccf724 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -103,6 +103,7 @@ A bunch of simpler examples exist:
- [`pick_list`](pick_list), a dropdown list of selectable options.
- [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI].
- [`progress_bar`](progress_bar), a simple progress bar that can be filled by using a slider.
+- [`scrollable`](scrollable), a showcase of the various scrollbar width options.
- [`solar_system`](solar_system), an animated solar system drawn using the `Canvas` widget and showcasing how to compose different transforms.
- [`stopwatch`](stopwatch), a watch with start/stop and reset buttons showcasing how to listen to time.
- [`svg`](svg), an application that renders the [Ghostscript Tiger] by leveraging the `Svg` widget.