Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
A vertical container box
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
castToVBox :: GObjectClass obj => obj -> VBox Source #