X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=client.tcl;h=61e89da8bf81c85b4bc827a2e579e7962fce552c;hb=1d407b82044d8495be5821c3734cd17cb4c2514e;hp=548b075cf94fe307966c7c99e69b5956cc0ad4bf;hpb=278d7bafdc18c92dd9703de8154ec3b9d04bbdda;p=ir-tcl-moved-to-github.git diff --git a/client.tcl b/client.tcl index 548b075..61e89da 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.81 1995-10-19 10:34:43 adam +# Revision 1.82 1995-11-02 08:47:56 adam +# Text widgets are flat now. +# +# Revision 1.81 1995/10/19 10:34:43 adam # More configurable client. # # Revision 1.80 1995/10/18 17:20:32 adam @@ -663,7 +666,7 @@ proc popup-license {} { top-down-window $w - text $w.top.t -width 80 -height 10 -wrap word \ + text $w.top.t -width 80 -height 10 -wrap word -relief flat -borderwidth 0 \ -yscrollcommand [list $w.top.s set] scrollbar $w.top.s -command [list $w.top.t yview] @@ -796,7 +799,7 @@ proc popup-marc {sno no b df} { pack $w.top -side top -fill both -expand yes pack $w.bot -fill both - text $w.top.record -width 60 -height 5 -wrap word \ + text $w.top.record -width 60 -height 5 -wrap word -relief flat -borderwidth 0 \ -yscrollcommand [list $w.top.s set] scrollbar $w.top.s -command [list $w.top.record yview] @@ -3290,7 +3293,7 @@ button .mid.clear -text Clear -command index-clear pack .mid.search .mid.scan .mid.present .mid.clear -side left \ -fill y -pady 1 -text .data.record -height 2 -width 20 -wrap none \ +text .data.record -height 2 -width 20 -wrap none -borderwidth 0 -relief flat \ -yscrollcommand [list .data.scroll set] -wrap $textWrap scrollbar .data.scroll -command [list .data.record yview] if {[tk4]} {