aboutsummaryrefslogtreecommitdiff
path: root/demos/groupsInAtcStrips.tcl
diff options
context:
space:
mode:
authorlecoanet2005-04-12 09:06:30 +0000
committerlecoanet2005-04-12 09:06:30 +0000
commit9ad81315ebe57c2b80aaeed1c96326722c04f67d (patch)
treedf85b8c97a1ff3355ce5f8b04d335bf1232ae414 /demos/groupsInAtcStrips.tcl
parentdeacce35a44fe95baffe942a8acae0da327de619 (diff)
downloadtkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.zip
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.gz
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.bz2
tkzinc-9ad81315ebe57c2b80aaeed1c96326722c04f67d.tar.xz
Modified the way the library and demos paths are established.
Diffstat (limited to 'demos/groupsInAtcStrips.tcl')
-rw-r--r--demos/groupsInAtcStrips.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/groupsInAtcStrips.tcl b/demos/groupsInAtcStrips.tcl
index 0c7f4d9..808b625 100644
--- a/demos/groupsInAtcStrips.tcl
+++ b/demos/groupsInAtcStrips.tcl
@@ -55,7 +55,7 @@ namespace eval groupsInAtcStrips {
wm iconname $w groupsInAtcStrips
variable defaultfont [font create -family Helvetica -size 10 -weight bold]
- variable imagePath [file join [demosPath] images]
+ variable imagePath [file join $::zinc_demos images]
grid [button $w.dismiss -text Dismiss -command "destroy $w"] -row 2 -column 0 -pady 10
grid [button $w.code -text "See Code" -command "showCode $w"] -row 2 -column 1 -pady 10
@@ -83,7 +83,7 @@ namespace eval groupsInAtcStrips {
# Zinc
##########################################
image create photo texture -file \
- [file join [demosPath] images background_texture.gif]
+ [file join $::zinc_demos images background_texture.gif]
grid [zinc $w.zinc -render 1 -width 700 -height 500 -borderwidth 0 \
-lightangle 130 -tile texture] -row 1 -column 0 -columnspan 2 -sticky news