Hi all,
I create a root window and a toplevel window in a small GUI using Tk. I
create several buttons in root window and toplevel window. How
can I get the position of each widget relative to each window: the
buttons in root window relative to root window and buttons in toplevel
buttons relative to toplevel window?
Thanks,