diff options
author | 2020-10-22 16:10:10 -0500 | |
---|---|---|
committer | 2020-10-22 16:24:54 -0500 | |
commit | e43a46952ad3b76f76a7050430ec26477c795c4f (patch) | |
tree | b88a768eeeb3b440dc2198ec393115a51963cf7e /examples/README.md | |
parent | f05578c8f88b38cb538657e40c2feb725e72c7d8 (diff) | |
download | iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.gz iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.bz2 iced-e43a46952ad3b76f76a7050430ec26477c795c4f.zip |
Add scrollable example program
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 1 |
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. |