diff options
author | marc_culler <marc.culler@gmail.com> | 2023-11-23 21:27:34 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2023-11-23 21:27:34 (GMT) |
commit | 28aff698b1b05951f9d5e29f7bbccc4eaeb91af0 (patch) | |
tree | e3aece1f268aa3ce8fe9f981c645bee615b4f77e /library | |
parent | 014459077ba67c7477c4392ceb0f3525311b79d8 (diff) | |
download | tk-28aff698b1b05951f9d5e29f7bbccc4eaeb91af0.zip tk-28aff698b1b05951f9d5e29f7bbccc4eaeb91af0.tar.gz tk-28aff698b1b05951f9d5e29f7bbccc4eaeb91af0.tar.bz2 |
Update the text in the scrollable canvas demo
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/cscroll.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/cscroll.tcl b/library/demos/cscroll.tcl index a72a08b..844d334 100644 --- a/library/demos/cscroll.tcl +++ b/library/demos/cscroll.tcl @@ -17,7 +17,7 @@ wm iconname $w "cscroll" positionWindow $w set c $w.c -label $w.msg -font $font -wraplength 4i -justify left -text "This window displays a canvas widget that can be scrolled either using the scrollbars or by dragging with button 2 in the canvas. If you click button 1 on one of the rectangles, its indices will be printed on stdout." +label $w.msg -font $font -wraplength 4i -justify left -text "This window displays a canvas widget that can be scrolled by using the scrollbars, by dragging with button 2 in the canvas, by using a mouse wheel, or with the two-finger gesture on a touchpad. If you click button 1 on one of the rectangles, its indices will be printed on stdout." pack $w.msg -side top ## See Code / Dismiss buttons |