Python Forum
[Tkinter] working of wm_rootx() abd wm_rooty() functions
Thread Rating:
  • 3 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] working of wm_rootx() abd wm_rooty() functions
#1
how this functions works and what they do wm_rootx() and wm_rooty(). Huh
Reply
#2
rooty tooty give us the looty
need a lot more information
Reply
#3
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020