Chapter 26. The Frame Widget

Table of Contents
When to use the Frame Widget
Patterns
Methods
Options

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 Widget

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