Python Forum
Tkinter box model - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Tkinter box model (/thread-5831.html)



Tkinter box model - Sebastian_Adil - Oct-23-2017

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".


RE: Tkinter box model - Larz60+ - Oct-23-2017

???


RE: Tkinter box model - Sebastian_Adil - Oct-23-2017

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"