| |||||||||
| |||||||||
| |||||||||
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 | |||||||||
Types | |||||||||
data VBox | |||||||||
| |||||||||
class BoxClass o => VBoxClass o | |||||||||
| |||||||||
castToVBox :: GObjectClass obj => obj -> VBox | |||||||||
toVBox :: VBoxClass o => o -> VBox | |||||||||
Constructors | |||||||||
vBoxNew | |||||||||
| |||||||||
Produced by Haddock version 0.8 |