Frame

Name

Frame --  Encapsulation of toplevels.

Description

Frames are boxes other widgets fit in. They correspond to the Tk "frame" and "toplevel" widgets. Frames can be new windows, or subwindows in an existing window. You only need to create frames yourself if building complicated composite widgets: by default, a frame will be built automatically for widgets without parents.

Protocols adopted by Frame

ArchivedGeometryWidget CREATABLE

Methods

Phase: Creating

Phase: Using