aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2002-07-08 13:02:19 +0000
committermertz2002-07-08 13:02:19 +0000
commit5cb94b948be3ee586519d2d29e6a78ced8c3878c (patch)
tree96cb2edcef816c6ae5721e0ac175bae77f625779 /Perl/demos/zinc-demos
parent88a73b852c0bf0c5567f8231700e789cee87b00b (diff)
downloadtkzinc-5cb94b948be3ee586519d2d29e6a78ced8c3878c.zip
tkzinc-5cb94b948be3ee586519d2d29e6a78ced8c3878c.tar.gz
tkzinc-5cb94b948be3ee586519d2d29e6a78ced8c3878c.tar.bz2
tkzinc-5cb94b948be3ee586519d2d29e6a78ced8c3878c.tar.xz
- les deux nouvelles demos (textInput et icone tournante) sont maintenant VRAIMENT
accessibles
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 410e07b..3fe0d79 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -167,7 +167,7 @@ $T->insert('end', "5. Use of path tags... to come.\n");
$T->insert('end', "\n", '', "Interactions\n", 'title');
$T->insert('end', "1. Simple interaction on a track.\n", [qw/demo demo-simple_interaction_track/]);
-$T->insert('end', "2. Text input in a text item and a track item.\n", [qw/demo textInput/]);
+$T->insert('end', "2. Text input in a text item and a track item.\n", [qw/demo demo-textInput/]);
$T->insert('end', "\n", '', "Transformation\n", 'title');
@@ -175,7 +175,7 @@ $T->insert('end', "1. Translating.\n", [qw/demo demo-translation/]);
$T->insert('end', "2. Rotating.\n", [qw/demo demo-rotation/]);
$T->insert('end', "3. Zooming.\n", [qw/demo demo-zoom/]);
$T->insert('end', "4. Transformation testbed.\n", [qw/demo demo-transforms/]);
-$T->insert('end', "5. zooming/Rotating icons.\n", [qw/demo icon_zoom_resize/]);
+$T->insert('end', "5. zooming/Rotating icons.\n", [qw/demo demo-icon_zoom_resize/]);
$T->insert('end', "\n", '', "Use of openGL\n", 'title');
$T->insert('end', "1. The TkZinc Logo (needs openGL).\n", [qw/demo demo-tkZincLogo/]);