Gtk2HsContentsIndex
Graphics.UI.Gtk.Layout.VBox
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
A vertical container box
Synopsis
data VBox
class BoxClass o => VBoxClass o
castToVBox :: GObjectClass obj => obj -> VBox
toVBox :: VBoxClass o => o -> VBox
vBoxNew :: Bool -> Int -> IO VBox
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
show/hide Instances
class BoxClass o => VBoxClass o
show/hide Instances
castToVBox :: GObjectClass obj => obj -> VBox
toVBox :: VBoxClass o => o -> VBox
Constructors
vBoxNew
:: Boolhomogeneous - True if all children are to be given equal space allotments.
-> Intspacing - the number of pixels to place by default between children.
-> IO VBox
Creates a new VBox.
Produced by Haddock version 0.8