| 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 Source # | |
| Ord HBox Source # | |
| GObjectClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| HBoxClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| BoxClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| ContainerClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| WidgetClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
| ObjectClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
class BoxClass o => HBoxClass o Source #
Instances
| HBoxClass Statusbar Source # | |
Defined in Graphics.UI.Gtk.Types | |
| HBoxClass FileChooserButton Source # | |
Defined in Graphics.UI.Gtk.Types | |
| HBoxClass Combo Source # | |
Defined in Graphics.UI.Gtk.Types | |
| HBoxClass InfoBar Source # | |
Defined in Graphics.UI.Gtk.Types | |
| HBoxClass HBox Source # | |
Defined in Graphics.UI.Gtk.Types | |
castToHBox :: GObjectClass obj => obj -> HBox Source #