class layout.Frame(Widget)

A Frame is a container widget that adds a border around a client widget at a specified distance.

Constructor

Frame(client)
Constructs a Frame with the given widget as its client.

Attributes

border_width
Width of the border line.

border_spacing
Distance between the edges of the client and the border line.