summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 13:17:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-18 13:17:50 (GMT)
commitda18d7586cfb1a1fa685c0ec288205dc94550a3c (patch)
tree2958a908785958b394f6a33cb9a60066c9e1f80f /tests
parent3b8a1a19064c05bb314d93d5ce9e2d51efbb5e44 (diff)
parente977448fa4e13fe1d4f2c0c6772ab1006e3f94a3 (diff)
downloadtk-da18d7586cfb1a1fa685c0ec288205dc94550a3c.zip
tk-da18d7586cfb1a1fa685c0ec288205dc94550a3c.tar.gz
tk-da18d7586cfb1a1fa685c0ec288205dc94550a3c.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/combobox.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ttk/combobox.test b/tests/ttk/combobox.test
index a31b3bd..3c40892 100644
--- a/tests/ttk/combobox.test
+++ b/tests/ttk/combobox.test
@@ -45,6 +45,15 @@ test combobox-2.4 "current -- value not in list" -body {
test combobox-2.end "Cleanup" -body { destroy .cb }
+test combobox-3 "Read postoffset value dynamically from current style" -constraints unix -body {
+ ttk::combobox .cb -values [list a b c] -style "DerivedStyle.TCombobox"
+ pack .cb -expand true -fill both
+ ttk::style configure DerivedStyle.TCombobox -postoffset [list 25 0 0 0]
+ ttk::combobox::Post .cb
+ winfo x .cb.popdown
+} -result 25 -cleanup {
+ destroy .cb
+}
test combobox-1890211 "ComboboxSelected event after listbox unposted" -body {
# whitebox test...