summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2010-01-20 23:43:49 (GMT)
committerpatthoyts <patthoyts@noemail.net>2010-01-20 23:43:49 (GMT)
commitce8609a5990b61798fbedae655b0d70d7d8b9308 (patch)
tree57e880fe1efd95782a3cb841debb5d8e410fd021 /library/ttk
parentfd5b72265103be114ba6ded69791fa7a81ba4c6e (diff)
downloadtk-ce8609a5990b61798fbedae655b0d70d7d8b9308.zip
tk-ce8609a5990b61798fbedae655b0d70d7d8b9308.tar.gz
tk-ce8609a5990b61798fbedae655b0d70d7d8b9308.tar.bz2
TIP #359: Extended window manager hints support for X11.
FossilOrigin-Name: c0adfbf9e606004dd65a6f5f69a8200495cae51b
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/combobox.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/ttk/combobox.tcl b/library/ttk/combobox.tcl
index c52f70c..6f34f69 100644
--- a/library/ttk/combobox.tcl
+++ b/library/ttk/combobox.tcl
@@ -1,5 +1,5 @@
#
-# $Id: combobox.tcl,v 1.12.2.2 2008/11/22 22:14:50 patthoyts Exp $
+# $Id: combobox.tcl,v 1.12.2.3 2010/01/20 23:43:51 patthoyts Exp $
#
# Combobox bindings.
#
@@ -298,6 +298,7 @@ proc ttk::combobox::PopdownToplevel {w} {
default -
x11 {
$w configure -relief solid -borderwidth 1
+ wm attributes $w -type combo
wm overrideredirect $w true
}
win32 {