padding |
Extra padding to be left on the inside of the frame; single argument is same padding all
around, two arguments is different horizontal and vertical, and four is different for
left, top, right and bottom. |
borderwidth |
Width of a border around the widget, used in conjunction with relief. |
relief |
How to display the frame's border: flat, raised, sunken, solid, ridge, groove. |
width, height |
Specify an explicit size for the frame to request; if the frame contains other widgets, normally this
is omitted, and the frame requests the size needed to accommodate the other widgets. |