aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorlecoanet2001-01-12 16:34:40 +0000
committerlecoanet2001-01-12 16:34:40 +0000
commit51d63765d41d9687b9551d0a593835bcb6c6d255 (patch)
tree15527628299de7d2163511f5e1224668ec7e34a9 /sandbox
parent1ec552511a775826d7a2c49613104f9f50e57998 (diff)
downloadtkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.zip
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.gz
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.bz2
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.xz
*** empty log message ***
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/local.tcl2
-rw-r--r--sandbox/testarc.tcl2
-rw-r--r--sandbox/testicon.tcl2
-rw-r--r--sandbox/testpoly.tcl2
-rw-r--r--sandbox/testtext.tcl2
5 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/local.tcl b/sandbox/local.tcl
index d42ba2a..06931b6 100644
--- a/sandbox/local.tcl
+++ b/sandbox/local.tcl
@@ -9,7 +9,7 @@ image create photo logo -file logo.gif
image create photo papier -file texture-paper.xpm
image create photo penguin -file xpenguin.png
-set r [zinc .r -relief sunken -localrender 1]
+set r [zinc .r -relief sunken -render 1]
pack .r -expand t -fill both
.r configure -width 500 -height 500
set gr1 [.r add group $top]
diff --git a/sandbox/testarc.tcl b/sandbox/testarc.tcl
index 876bc97..335911d 100644
--- a/sandbox/testarc.tcl
+++ b/sandbox/testarc.tcl
@@ -10,7 +10,7 @@ image create photo papier -file texture-paper.xpm
image create photo penguin -file xpenguin.png
image create photo papier -file texture-paper.xpm
-set r [zinc .r -backcolor gray -relief sunken -localrender 1]
+set r [zinc .r -backcolor gray -relief sunken -render 0]
pack .r -expand t -fill both
.r configure -width 800 -height 500
#.r configure -drawbboxes t
diff --git a/sandbox/testicon.tcl b/sandbox/testicon.tcl
index 81ad0bd..2e177d3 100644
--- a/sandbox/testicon.tcl
+++ b/sandbox/testicon.tcl
@@ -10,7 +10,7 @@ image create photo bouton -file bouton.xpm
image create photo boutond -file bouton-down.xpm
set mask "fvwm.xbm"
-set r [zinc .r -backcolor gray -relief sunken -localrender 0]
+set r [zinc .r -backcolor gray -relief sunken -render 0]
pack .r -expand t -fill both
.r configure -width 800 -height 500
#.r configure -drawbboxes t
diff --git a/sandbox/testpoly.tcl b/sandbox/testpoly.tcl
index 837b8b5..b8330e5 100644
--- a/sandbox/testpoly.tcl
+++ b/sandbox/testpoly.tcl
@@ -33,7 +33,7 @@ set show {\
image create photo logo -file /usr/share/toccata/images/logo.gif
#image create photo papier -file /usr/share/toccata/images/dgtexture-dragstrip.xpm
-set r [zinc .r -backcolor gray -relief sunken -localrender 1]
+set r [zinc .r -backcolor gray -relief sunken -render 0]
pack .r -expand t -fill both
.r configure -width 1024 -height 800
.r scale $top 1 -1
diff --git a/sandbox/testtext.tcl b/sandbox/testtext.tcl
index b0281f4..f5edb9b 100644
--- a/sandbox/testtext.tcl
+++ b/sandbox/testtext.tcl
@@ -6,7 +6,7 @@ package require Img
set mask "/usr/X11R6/include/X11/bitmaps/fvwm.xbm"
set r [zinc .r -backcolor gray -relief sunken \
- -insertbackground red -insertwidth 10 -localrender 0]
+ -insertbackground red -insertwidth 10 -render 0]
pack .r -expand t -fill both
.r configure -width 800 -height 500
# .r configure -drawbboxes t