diff options
author | patthoyts <patthoyts@noemail.net> | 2010-01-20 23:43:49 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2010-01-20 23:43:49 (GMT) |
commit | ce8609a5990b61798fbedae655b0d70d7d8b9308 (patch) | |
tree | 57e880fe1efd95782a3cb841debb5d8e410fd021 /library/ttk | |
parent | fd5b72265103be114ba6ded69791fa7a81ba4c6e (diff) | |
download | tk-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.tcl | 3 |
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 { |