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 | 06123e511f3dc3716a7bff3bf7e7f412f1b6e6c0 (patch) | |
tree | ab880bbfe157359df231d47bd8a411c4f405cc03 /library/clrpick.tcl | |
parent | 33491b8f2384b34c45467d995ca12970f8639c6d (diff) | |
parent | d6eccbea0b83449adc81fe644661bd6c9e7be0d5 (diff) | |
download | tk-06123e511f3dc3716a7bff3bf7e7f412f1b6e6c0.zip tk-06123e511f3dc3716a7bff3bf7e7f412f1b6e6c0.tar.gz tk-06123e511f3dc3716a7bff3bf7e7f412f1b6e6c0.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/clrpick.tcl')
-rw-r--r-- | library/clrpick.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clrpick.tcl b/library/clrpick.tcl index 712c45d..092915c 100644 --- a/library/clrpick.tcl +++ b/library/clrpick.tcl @@ -89,7 +89,7 @@ proc ::tk::dialog::color:: {args} { # 5. 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) wm title $w $data(-title) |