pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Frame WidgetChapter 27. The Frame Widget
A frame is rectangular region on the screen. The frame widget is mainly used as a geometry master for other widgets, or to provide padding between other widgets. When to use the Frame WidgetFrame widgets are used to group other widgets into complex layouts. They are also used for padding, and as a base class when implementing compound widgets. |