Python Forum

Full Version: Tkinter box model
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In Tkinter there are six of standard options (-width -height -padx -pady -borderwidth -background) which can be gathered together in a flowchart and form an equivalent to "CSS Box Model".
???
From Tkinter I tried to group some of the standard widget's options in a diagram to make it easy to remember them and as you can see it is like "CSS Box Model"