Is there any way to get a widgets position relative to the entire screen in Tkinter? Is there any way to get a widgets position relative to the entire screen in Tkinter? tkinter tkinter

Is there any way to get a widgets position relative to the entire screen in Tkinter?


You want to use the winfo_rootx and winfo_rooty methods of a widget.