aboutsummaryrefslogtreecommitdiff
path: root/demos/iconTransform.tcl
diff options
context:
space:
mode:
authorlecoanet2004-02-23 09:16:48 +0000
committerlecoanet2004-02-23 09:16:48 +0000
commitef07ddc87875cc9b88715099434e2dcff4726322 (patch)
treeacd7f4fb3fbec0b056dcac6cf340803f67cc9244 /demos/iconTransform.tcl
parent8b11edd43da0482b2d427c8789a03aacb0f5b3fa (diff)
downloadtkzinc-ef07ddc87875cc9b88715099434e2dcff4726322.zip
tkzinc-ef07ddc87875cc9b88715099434e2dcff4726322.tar.gz
tkzinc-ef07ddc87875cc9b88715099434e2dcff4726322.tar.bz2
tkzinc-ef07ddc87875cc9b88715099434e2dcff4726322.tar.xz
Started reworking Tcl demos
Diffstat (limited to 'demos/iconTransform.tcl')
-rw-r--r--demos/iconTransform.tcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/iconTransform.tcl b/demos/iconTransform.tcl
index 2dd4d45..442d7a5 100644
--- a/demos/iconTransform.tcl
+++ b/demos/iconTransform.tcl
@@ -31,12 +31,11 @@ pack $w.buttons.dismiss $w.buttons.code -side left -expand 1
text $w.text -relief sunken -borderwidth 2 -height 6
pack $w.text -expand yes -fill both
-$w.text insert end {This demo needs openGL for rescaling/rotating the icon
- You can transform this gif image with your mouse:
+$w.text insert end {You can transform this image with your mouse:
Drag-Button 1 for moving,
Drag-Button 2 for zooming,
Drag-Button 3 for rotating,
- Shift-Drag-Button 1 for modifying the transparency.}
+ Shift-Drag-Button 1 for modifying the transparency (OpenGL only).}
###########################################