summaryrefslogtreecommitdiffstats
path: root/tests/unixWm.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-05 14:46:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-05 14:46:29 (GMT)
commite81cca9a1580b0ddae6685aa568a6b79a0796691 (patch)
treeca74a5545f813d11d24abca3da0c91679e8e8a24 /tests/unixWm.test
parent333cbaa1015630f86d8e8378dd1f0fe173c5a258 (diff)
downloadtk-e81cca9a1580b0ddae6685aa568a6b79a0796691.zip
tk-e81cca9a1580b0ddae6685aa568a6b79a0796691.tar.gz
tk-e81cca9a1580b0ddae6685aa568a6b79a0796691.tar.bz2
Reduce the number of unnecessary end-of-line spacings
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r--tests/unixWm.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index c147bbf..28c8159 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -658,7 +658,7 @@ test unixWm-17.2 {Tk_WmCmd procedure, "focusmodel" option} unix {
list [catch {wm focusmodel .t bogus} msg] $msg
} {1 {bad argument "bogus": must be active or passive}}
test unixWm-17.3 {Tk_WmCmd procedure, "focusmodel" option} unix {
- set result {}
+ set result {}
lappend result [wm focusmodel .t]
wm focusmodel .t active
lappend result [wm focusmodel .t]
@@ -824,7 +824,7 @@ test unixWm-22.2 {Tk_WmCmd procedure, "iconbitmap" option} {unix testwrapper} {
lappend result [wm iconbitmap .t] $bit
} {{} questhead 0x4 {} 0x0}
if {[tk windowingsystem] == "aqua"} {
- set result_22_3 {0 {}}
+ set result_22_3 {0 {}}
} else {
set result_22_3 {1 {bitmap "bad-bitmap" not defined}}
}
@@ -1364,7 +1364,7 @@ test unixWm-40.1 {Tk_SetGrid procedure, set grid dimensions before turning on gr
destroy .t
toplevel .t
wm geometry .t 30x10+0+0
- listbox .t.l -height 20 -width 20 -setgrid 1
+ listbox .t.l -height 20 -width 20 -setgrid 1
pack .t.l -fill both -expand 1
update
wm geometry .t
@@ -1373,7 +1373,7 @@ test unixWm-40.2 {Tk_SetGrid procedure, turning on grid when dimensions already
destroy .t
toplevel .t
wm geometry .t 200x100+0+$Y0
- listbox .t.l -height 20 -width 20
+ listbox .t.l -height 20 -width 20
pack .t.l -fill both -expand 1
update
.t.l configure -setgrid 1
@@ -1790,14 +1790,14 @@ test unixWm-49.2 {Tk_GetRootCoords procedure, menubars} {unix testmenubar} {
testmenubar window .t .t.m
update
list [expr [winfo rootx .t.m.f] - $x] [expr [winfo rooty .t.m.f] - $y] \
- [expr [winfo rootx .t.f] - $x] [expr [winfo rooty .t.f] - $y]
+ [expr [winfo rootx .t.f] - $x] [expr [winfo rooty .t.f] - $y]
} {52 7 12 62}
deleteWindows
wm withdraw .
if {[tk windowingsystem] == "aqua"} {
# Modern mac windows have no border.
- set result_50_1 {{} {} .t .t .t2 {} .t2 .t .t}
+ set result_50_1 {{} {} .t .t .t2 {} .t2 .t .t}
} else {
# Windows are assumed to have a border (invisible in Gnome 3).
set result_50_1 {{} {} .t {} .t2 {} .t2 {} .t}
@@ -1851,7 +1851,7 @@ test unixWm-50.3 {
} tempNotWin {
deleteWindows
catch {interp delete slave}
-
+
toplevel .t -width 300 -height 400 -bg blue
wm geom .t +100+100
frame .t.f -container 1 -bg red