aboutsummaryrefslogtreecommitdiff
path: root/Perl/demos/zinc-demos
diff options
context:
space:
mode:
authormertz2002-06-26 14:41:50 +0000
committermertz2002-06-26 14:41:50 +0000
commit2b416ba34138d495a58dee311197a599cade2499 (patch)
tree3080428c903a199e1c027081b2b9b9e123af43ea /Perl/demos/zinc-demos
parent938b499c721a0ce0d3ef098c26ad1a5e2569463a (diff)
downloadtkzinc-2b416ba34138d495a58dee311197a599cade2499.zip
tkzinc-2b416ba34138d495a58dee311197a599cade2499.tar.gz
tkzinc-2b416ba34138d495a58dee311197a599cade2499.tar.bz2
tkzinc-2b416ba34138d495a58dee311197a599cade2499.tar.xz
- adding a demo which demonstrates zooming / resizing of an icon
openGL required!
Diffstat (limited to 'Perl/demos/zinc-demos')
-rw-r--r--Perl/demos/zinc-demos3
1 files changed, 2 insertions, 1 deletions
diff --git a/Perl/demos/zinc-demos b/Perl/demos/zinc-demos
index a86e323..8016bd6 100644
--- a/Perl/demos/zinc-demos
+++ b/Perl/demos/zinc-demos
@@ -173,7 +173,8 @@ $T->insert('end', "\n", '', "Transformation\n", 'title');
$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', "3. Transformation testbed.\n", [qw/demo demo-transforms/]);
+$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', "\n", '', "Use of openGL\n", 'title');
$T->insert('end', "1. The TkZinc Logo (needs openGL).\n", [qw/demo demo-tkZincLogo/]);