aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testicon.tcl
diff options
context:
space:
mode:
authorlecoanet2000-02-02 14:01:15 +0000
committerlecoanet2000-02-02 14:01:15 +0000
commit64089dca388f5a9a8235a94b4372763875132219 (patch)
tree0455fa06d471a568cbece8fc27cde0216d4def23 /sandbox/testicon.tcl
parent2b91521b4c124546e59638f2e990dcbc75903d85 (diff)
downloadtkzinc-64089dca388f5a9a8235a94b4372763875132219.zip
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.gz
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.bz2
tkzinc-64089dca388f5a9a8235a94b4372763875132219.tar.xz
Passage en Zinc
Diffstat (limited to 'sandbox/testicon.tcl')
-rw-r--r--sandbox/testicon.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/testicon.tcl b/sandbox/testicon.tcl
index 489478c..5c790e4 100644
--- a/sandbox/testicon.tcl
+++ b/sandbox/testicon.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/wish -f
-load tkradar3.1.so
+load tkzinc3.1.so
package require Img
set top 1
@@ -8,7 +8,7 @@ set top 1
image create photo penguin -file /usr/X11R6/include/X11/pixmaps/xpenguin_color.xpm
set mask "/usr/X11R6/include/X11/bitmaps/fvwm.xbm"
-set r [radar .r -backcolor gray -relief sunken]
+set r [zinc .r -backcolor gray -relief sunken]
pack .r -expand t -fill both
.r configure -width 800 -height 500
#.r configure -drawbboxes t