ttk::frame

ttk::frame is Ttk's frame widget.

Documentation

official reference

Description

You will sometimes want to create a Ttk Frame with custom borders to get nice visual effects.

To avoid a white gap in a ttk GUI, place a ttk::frame at the top level.

Frame does not shrink to 0 height if last children is unpacked/ungridded

See the page frame for a descriptions and solutions.