summaryrefslogtreecommitdiffstats
path: root/library/tkfbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-20 12:27:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-20 12:27:15 (GMT)
commit4c59c50538a9f6a2af4ee45f406c0e6e6d47f5c6 (patch)
tree67282c401e49141494e4c57d279601278e19b21c /library/tkfbox.tcl
parentb8cbd876377862fd90f1909609237d79f620214e (diff)
parent0b0a00eec7fa1ecd6077b0cc579699edbaadfae5 (diff)
downloadtk-4c59c50538a9f6a2af4ee45f406c0e6e6d47f5c6.zip
tk-4c59c50538a9f6a2af4ee45f406c0e6e6d47f5c6.tar.gz
tk-4c59c50538a9f6a2af4ee45f406c0e6e6d47f5c6.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/tkfbox.tcl')
-rw-r--r--library/tkfbox.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl
index 6354300..ff79df8 100644
--- a/library/tkfbox.tcl
+++ b/library/tkfbox.tcl
@@ -196,9 +196,9 @@ proc ::tk::dialog::file:: {type args} {
}
UpdateWhenIdle $w
- # 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.
+ # 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 (Motif style) and de-iconify it.
::tk::PlaceWindow $w widget $data(-parent)
wm title $w $data(-title)