From: sls Date: Fri, 2 Jun 1995 06:48:24 +0000 (+0000) Subject: Remove tk 4.0b2 focus work-arounds. X-Git-Tag: r5_1_1~28 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=57ad84deb9bfff1c524b83f060b7de5edfdff58d;p=tkinspect Remove tk 4.0b2 focus work-arounds. --- diff --git a/install.tcl b/install.tcl index f3bceff..cd02dbb 100644 --- a/install.tcl +++ b/install.tcl @@ -30,7 +30,6 @@ widget install_path { label $self.l pack $self.e -side right pack $self.l -side left - bind $self { if {"%d" != "NotifyPointer"} { focus %W.e } } } method reconfig {} { $self.l config -text $slot(label) @@ -76,13 +75,11 @@ label .title2 -text "Release $tkinspect(release) ($tkinspect(release_date))" \ -font -*-helvetica-medium-r-*-*-12-* pack .title .title2 -side top -text .instructions -relief ridge -bd 4 -width 20 -height 3 -wrap word +text .instructions -relief ridge -bd 4 -width 20 -height 3 -wrap word \ + -takefocus 0 .instructions insert 1.0 \ {Fill out the pathnames below and press the install button. Any errors will appear in log window below. } -bind .instructions { - if {"%d" != "NotifyPointer"} { tk_focusContinue %W } -} pack .instructions -side top -fill both -expand 1 set prefix /usr/local install_dir .prefix -label Prefix: -variable prefix @@ -94,11 +91,8 @@ set wish /usr/local/bin/wish install_exec .wish -label "Wish executable:" -variable wish pack .prefix .bindir .libdir .wish -side top -fill x -text .log -width 70 -height 10 -bd 4 -relief ridge +text .log -width 70 -height 10 -bd 4 -relief ridge -takefocus 0 pack .log -side top -fill both -expand 1 -bind .log { - if {"%d" != "NotifyPointer"} { tk_focusContinue %W } -} frame .buttons pack .buttons -side top