diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-20 12:23:56 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-20 12:23:56 (GMT) |
commit | 975a734059bb123bb21de584a0856d7e09bd4271 (patch) | |
tree | ab880bbfe157359df231d47bd8a411c4f405cc03 /library/msgbox.tcl | |
parent | 9366a3b460d6b81f5cab38d78921c195a8349a8f (diff) | |
parent | a2ff6197200d4070abc990f1aad8f468f35c0f99 (diff) | |
download | tk-975a734059bb123bb21de584a0856d7e09bd4271.zip tk-975a734059bb123bb21de584a0856d7e09bd4271.tar.gz tk-975a734059bb123bb21de584a0856d7e09bd4271.tar.bz2 |
Use vroot size in stead of screen size for clipping window coordinates in ::tk::PlaceWindow.
Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there.
Diffstat (limited to 'library/msgbox.tcl')
-rw-r--r-- | library/msgbox.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgbox.tcl b/library/msgbox.tcl index ed1f4fe..572510a 100644 --- a/library/msgbox.tcl +++ b/library/msgbox.tcl @@ -421,7 +421,7 @@ proc ::tk::MessageBox {args} { # 7. Withdraw the window, then update all the geometry information # so we know how big it wants to be, then center the window in the - # display and de-iconify it. + # display (Motif style) and de-iconify it. ::tk::PlaceWindow $w widget $data(-parent) |