aboutsummaryrefslogtreecommitdiff
path: root/sandbox/local.pl
diff options
context:
space:
mode:
authorlecoanet2001-03-14 15:04:34 +0000
committerlecoanet2001-03-14 15:04:34 +0000
commitc1424742e67fcdb099f9be7c514bb9d6cac3de37 (patch)
tree3bd5c654d8e077f1f7ea548ae08948b8f59d0842 /sandbox/local.pl
parent7714f386b716a895cd612fb31100251df8ca6512 (diff)
downloadtkzinc-c1424742e67fcdb099f9be7c514bb9d6cac3de37.zip
tkzinc-c1424742e67fcdb099f9be7c514bb9d6cac3de37.tar.gz
tkzinc-c1424742e67fcdb099f9be7c514bb9d6cac3de37.tar.bz2
tkzinc-c1424742e67fcdb099f9be7c514bb9d6cac3de37.tar.xz
*** empty log message ***
Diffstat (limited to 'sandbox/local.pl')
-rw-r--r--sandbox/local.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/local.pl b/sandbox/local.pl
index ccebad0..f448420 100644
--- a/sandbox/local.pl
+++ b/sandbox/local.pl
@@ -9,7 +9,7 @@ $papier = $mw->Photo(-file => "texture-paper.xpm");
#$penguin = $mw->Photo(-file => "xpenguin.png");
$top = 1;
-$zinc = $mw->Zinc(-localrender => 1, -relief => 'sunken');
+$zinc = $mw->Zinc(-Render, -relief => 'sunken');
$zinc->pack(-expand => 1, -fill => 'both');
$zinc->configure(-width => 500, -height => 500);
$gr1 = $zinc->add('group', $top);