Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
Graphics.UI.Gtk.Layout.HBox
Description
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
Instances
Eq HBox | |
Ord HBox | |
GObjectClass HBox | |
HBoxClass HBox | |
BoxClass HBox | |
ContainerClass HBox | |
WidgetClass HBox | |
ObjectClass HBox |
castToHBox :: GObjectClass obj => obj -> HBox Source