Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
A horizontal container box
Detail
HBox
is a container that organizes child widgets into a single row.
Use the Box
packing interface to determine the arrangement, spacing,
width, and alignment of HBox
children.
All children are allocated the same height.
Class Hierarchy
|GObject
| +----Object
| +----Widget
| +----Container
| +----Box
| +----HBox | +----Combo
| +----FileChooserButton
| +----Statusbar
Types
castToHBox :: GObjectClass obj => obj -> HBoxSource