From 5cb94b948be3ee586519d2d29e6a78ced8c3878c Mon Sep 17 00:00:00 2001 From: mertz Date: Mon, 8 Jul 2002 13:02:19 +0000 Subject: - les deux nouvelles demos (textInput et icone tournante) sont maintenant VRAIMENT accessibles --- Perl/demos/zinc-demos | 4 ++-- 1 file 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/]); -- cgit v1.1