| Maintainer | gtk2hs-users@lists.sourceforge.net |
|---|---|
| Stability | provisional |
| Portability | portable (depends on GHC) |
| Safe Haskell | None |
| Language | Haskell98 |
Graphics.UI.Gtk.Layout.VBox
Description
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
Instances
| Eq VBox Source # | |
| Ord VBox Source # | |
| GObjectClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| VBoxClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| BoxClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| ContainerClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| WidgetClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| ObjectClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
class BoxClass o => VBoxClass o Source #
Instances
| VBoxClass FileChooserWidget Source # | |
Defined in Graphics.UI.Gtk.Types | |
| VBoxClass FontSelection Source # | |
Defined in Graphics.UI.Gtk.Types | |
| VBoxClass ColorSelection Source # | |
Defined in Graphics.UI.Gtk.Types | |
| VBoxClass RecentChooserWidget Source # | |
Defined in Graphics.UI.Gtk.Types | |
| VBoxClass VBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
castToVBox :: GObjectClass obj => obj -> VBox Source #