traces work here too.
+Sun Jun 22 22:15:38 2003 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * tkinspect.tcl: Ensure the correct name is registered under X
+ Windows Tk so that traces work here too.
+
Sat Jun 21 22:35:03 2003 Pat Thoyts <patthoyts@users.sourceforge.net>
* tkinspect.tcl: Merged in patch for paned views suppplied by
[list tkhtml_href_click $tkhtml_priv(command) $href]
}
$tkhtml_priv(w) tag bind $href_tag <Enter> \
- [list $tkhtml_priv(w) tag configure $href_tag -foreground red]
+ [list $tkhtml_priv(w) tag configure $href_tag \
+ -foreground red]
$tkhtml_priv(w) tag bind $href_tag <Leave> \
[list $tkhtml_priv(w) tag configure $href_tag \
- -foreground $tkhtml_priv(color)]
+ -foreground $tkhtml_priv(color)]
} else {
set tags $tag
}
lappend auto_path [set tkinspect_library [file dirname [info script]]]
}
+# If we have Tk send - use it (on windows this has no effect)
+if {[info command tk] != {}} {
+ ::tk appname $tkinspect(title)
+}
+
# Use the winsend package if available.
if {[info command send] == {}} {
if {![catch {package require winsend}]} {