glydget

VBox

class VBox(children=[], homogeneous=False, spacing=1)

Bases: glydget.container.Container

The VBox class organizes a variable number of widgets into a rectangular area which is organized into a single column of child widgets. Thus, all children of a vertical box are allocated a common width.