Python Forum

Full Version: working of wm_rootx() abd wm_rooty() functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how this functions works and what they do wm_rootx() and wm_rooty(). Huh
rooty tooty give us the looty
need a lot more information
Based on the provided info of tkinter, "wm", "root", "x", and "y", my guess is that you've got a top level window, and the functions set it's upper-left corner, so you can programmatically move the window around.

But realistically, try it and see what it does. Or look at the docs.
Or at least provide a small program we can run and see what error you're getting.