diff options
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 986dc6a..1b84de5 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -1303,6 +1303,7 @@ test unixEmbed-11.2 {mouse coordinates in embedded toplevels} -constraints { pack [frame .main.f -container 1 -width 200 -height 200] -fill both updateWidgets toplevel .embed -use [winfo id .main.f] -bg green + update pack [button .embed.b -text "Emb Button" \ -command {lappend result ".embed.b"}] -padx 30 -pady 30 update |