From 85e3d165d7d1bd9437ca928d918487b55dab666d Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Wed, 23 Jun 2021 18:07:48 +0100 Subject: [PATCH] README changes. Add new demos. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9f5725..ad798a7 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,8 @@ minimal and aim to demonstrate a single technique. * `slider.py` A `Slider` whose color varies with its value. * `slider_label.py` A `Slider` updating a `Label`. Good for trying precision mode. + * `linked_slider.py` One slider updating two others, and a coding "wrinkle" + required for doing this. * `screen_change.py` A `Pushbutton` causing a screen change. * `tbox.py` Text boxes and user-controlled scrolling.