diff options
author | fvogel <fvogelnew1@free.fr> | 2016-01-18 10:19:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-01-18 10:19:24 (GMT) |
commit | 94fd95f35c60eceaa87f6e666785e6a6d3fb5630 (patch) | |
tree | c010a2302de1fb868baedf582e3950e2daf8d99a /tests/listbox.test | |
parent | 85c13e1d28d4bac711f3b92737b501207e261280 (diff) | |
download | tk-94fd95f35c60eceaa87f6e666785e6a6d3fb5630.zip tk-94fd95f35c60eceaa87f6e666785e6a6d3fb5630.tar.gz tk-94fd95f35c60eceaa87f6e666785e6a6d3fb5630.tar.bz2 |
Documented what listbox-3.18b intends to test.
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index 812d1c2..76a4349 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -485,6 +485,10 @@ test listbox-3.18b {ListboxWidgetCmd procedure, "bbox" option, justified, non-de destroy .top.l .top unset -nocomplain lres res } -body { + # This test checks whether all "x" values from bbox for different size + # items with different justification settings are all positive or zero + # This checks a bit the calculation of this x value with non-default + # borders widths of the listbox toplevel .top listbox .top.l -justify left -borderwidth 17 -highlightthickness 19 -selectborderwidth 22 .top.l insert end Item1 LongerItem2 MuchLongerItem3 |