aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2002-05-28 08:47:03 +0000
committermertz2002-05-28 08:47:03 +0000
commit9450dca66b566242f1b8875592ef4716f18f143d (patch)
tree3f24b290a573d5ab3dfabb96a156110db1c0a94b /Perl/demos/zinc-demos
parenta078575cd04554a0baf2cc90be00bae5494b4575 (diff)
downloadtkzinc-9450dca66b566242f1b8875592ef4716f18f143d.zip
tkzinc-9450dca66b566242f1b8875592ef4716f18f143d.tar.gz
tkzinc-9450dca66b566242f1b8875592ef4716f18f143d.tar.bz2
tkzinc-9450dca66b566242f1b8875592ef4716f18f143d.tar.xz
ajout de la demo ATC strip electronic
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos3
1 files changed, 3 insertions, 0 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index 91032cd..a86e323 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -145,6 +145,7 @@ $T->insert('end', "\n", '', "Small applications\n", 'title');
$T->insert('end', "1. A simple animated application \"the Wheel of Fortune\".\n", [qw/demo demo-wheelOfFortune/]);
$T->insert('end', "2. A simple radar display.\n", [qw/demo demo-simpleradar/]);
$T->insert('end', "3. Zetris a clone of the famous tetris game (needs openGL.)\n", [qw/demo demo-Zetris/]);
+$T->insert('end', "4. ATC sample fake electronic strips (best with openGL.)\n", [qw/demo demo-groups_in_ATC_strips/]);
$T->insert('end', "\n", '', "All Items\n", 'title');
@@ -161,9 +162,11 @@ $T->insert('end', "1. Groups and Priorities.\n", [qw/demo demo-groups_priority/]
$T->insert('end', "2. Clipping examples (with simple or multiple contours).\n", [qw/demo demo-clipping/]);
$T->insert('end', "3. \"Windows\" with four glasses using curve with multiple contours.\n", [qw/demo demo-window-contours/]);
$T->insert('end', "4. A counter quite impossible to do without clipping (needs openGL).\n", [qw/demo demo-counter/]);
+$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... to come\n");
$T->insert('end', "\n", '', "Transformation\n", 'title');