Well, the package does require Tcl 8.4... so I suppose you were
warned. I guess we could add it to the Tcl files to explicitly forbit
use with 8.3.
--
David N. Welton
- http://www.dedasys.com/davidw/
Apache, Linux, Tcl Consulting
- http://www.dedasys.com/
--
To UNSUBSCRIBE, email to [EMAI
Package: libtk-img
Version: 1:1.3-11
Severity: important
Tags: patch
wish8.3 segfaults when using Img. The following script shows label with image
with wish8.4 but segfaults with wish8.3
package require Img
set img [image create photo -file /usr/share/yelp/icons/important.png]
label .l -image $im
2 matches
Mail list logo