Add scrollable example program
This commit is contained in:
parent
f05578c8f8
commit
e43a46952a
6 changed files with 391 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue