Tkinter Tutorial 13 : Tkinter Widget methods and Grid Geometry Manager
he following methods are provided by all widgets (including the root window).
The root window and other Toplevel windows provide additional methods. See the Window Methods section for more information.
Patterns
Configuration
w.config(option=value)
value = w.cget("option")
k = w.keys()