What is the difference between the
winfo height *window*
winfo width *window*
commands and the
winfo screenheight *window*
winfo screenwidth *window*
commands?
Having read the documentation here: Tk Built-In Commands , it seems to me like there is no difference in their return values. If so, what is the reason for the existence of these seemingly identical commands, historically?