Next / Previous / Contents / TCC Help System / NM Tech homepage

4.11. Window names

The term window describes a rectangular area on the desktop.

Tkinter names all these windows using a hierarchical window path name.

The path name for any widget w can be determined by calling str(w).

See also Section 19, “Universal widget methods” for methods you can use to operate on window names, especially the .winfo_name, .winfo_parent, and .winfo_pathname methods.