| ||||||||
| ||||||||
| ||||||||
| Description | ||||||||
| A vertical container box | ||||||||
| Synopsis | ||||||||
| ||||||||
| Detail | ||||||||
VBox is a container that organizes child widgets into a single column. Use the Box packing interface to determine the arrangement, spacing, height, and alignment of VBox children. All children are allocated the same width. | ||||||||
| Class Hierarchy | ||||||||
| GObject | +----Object | +----Widget | +----Container | +----Box | +----VBox | +----ColorSelection | +----FileChooserWidget | +----FontSelection | +----GammaCurve | ||||||||
| Types | ||||||||
| data VBox | ||||||||
| ||||||||
| class BoxClass o => VBoxClass o | ||||||||
| ||||||||
| castToVBox :: GObjectClass obj => obj -> VBox | ||||||||
| Constructors | ||||||||
| vBoxNew | ||||||||
| ||||||||
| Produced by Haddock version 0.7 | ||||||||