Issue #14117: Inprove help text and docstrings, some for clarity, some just to

fit in the default width of the text window (45 chars).
This commit is contained in:
Terry Jan Reedy 2014-06-24 22:21:41 -04:00
parent 6f6922c090
commit c5a72e6971
7 changed files with 60 additions and 48 deletions

View file

@ -3,11 +3,15 @@
tdemo_paint.py
A simple eventdriven paint program
A simple event-driven paint program
- use left mouse button to move turtle
- middle mouse button to change color
- right mouse button do turn filling on/off
- left mouse button moves turtle
- middle mouse button changes color
- right mouse button toogles betweem pen up
(no line drawn when the turtle moves) and
pen down (line is drawn). If pen up follows
at least two pen-down moves, the polygon that
includes the starting point is filled.
-------------------------------------------
Play around by clicking into the canvas
using all three mouse buttons.