On Tue, Oct 21, 2008 at 3:41 PM, Paul Mackerras <paulus@xxxxxxxxx> wrote: > Alexander Gavrilov writes: > >> For some reason, on Windows all transient windows are placed >> in the upper left corner of the screen. Thus, it is necessary >> to explicitly position the windows using the tk::PlaceWindow >> function. > > Hmmm, this is not part of the official Tk API as far as I can see, and > having to call tk::PlaceWindow on every window we create is a bit > gross. What exactly does it do, and what effect will this change have > on Linux? Are you sure there isn't some other way to fix the problem? It is just a convenient helper function that can explicitly compute and set the window position in a number of ways. It is used in Tk's dialog implementations. If you don't like using an unofficial function, I can pull out the relevant ~8 lines of code as a separate function in gitk. http://objectmix.com/tcl/390381-tile-dialog-boxes-not-transient-parent-under-windows.html http://wiki.tcl.tk/1254 Alexander -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html