| |||||||||
| |||||||||
| |||||||||
Description | |||||||||
A horizontal container box | |||||||||
Synopsis | |||||||||
| |||||||||
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 | |||||||||
data HBox | |||||||||
| |||||||||
class BoxClass o => HBoxClass o | |||||||||
| |||||||||
castToHBox :: GObjectClass obj => obj -> HBox | |||||||||
toHBox :: HBoxClass o => o -> HBox | |||||||||
Constructors | |||||||||
hBoxNew | |||||||||
| |||||||||
Produced by Haddock version 0.8 |