diff options
author | hobbs <hobbs> | 2003-10-13 00:55:08 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-10-13 00:55:08 (GMT) |
commit | f7654c43f895fd31af766c4c55b0ce763d2f7aba (patch) | |
tree | b8c03ec181408dd265380773b60376d79b520a22 /tests | |
parent | f21b0b281862c1937001b4fa19161b59eab679a0 (diff) | |
download | tk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.zip tk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.tar.gz tk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.tar.bz2 |
* unix/mkLinks:
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/listbox.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index 37f5f30..a6f858c 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: listbox.test,v 1.21 2003/02/25 02:07:25 hobbs Exp $ +# RCS: @(#) $Id: listbox.test,v 1.21.2.1 2003/10/13 00:55:25 hobbs Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -841,7 +841,7 @@ test listbox-4.7 {ConfigureListbox procedure} { catch {destroy .l} wm withdraw . listbox .l -font $fixed -width 30 -height 20 -setgrid 1 - wm geom . +0+0 + wm geom . +25+25 pack .l update wm deiconify . @@ -1529,7 +1529,7 @@ test listbox-13.3 {ListboxScanTo procedure} {fonts} { .l scan dragto [expr 5+$width] [expr 10+$height] update lappend x [.l xview] [.l yview] -} {{0.8 1} {0.75 1} {0.62 0.82} {0.25 0.5}} +} {{0.8 1} {0.75 1} {0.64 0.84} {0.25 0.5}} test listbox-14.1 {NearestListboxElement procedure, partial last line} { mkPartial |