Gtk2HsContentsIndex
Graphics.UI.Gtk.Layout.HBox
Description
This is a special version of Box. This widget shows its child widgets in a horizontal line.
Synopsis
data HBox
class BoxClass o => HBoxClass o
castToHBox :: GObjectClass obj => obj -> HBox
hBoxNew :: Bool -> Int -> IO HBox
Documentation
data HBox
Instances
HBoxClass HBox
BoxClass HBox
ContainerClass HBox
WidgetClass HBox
ObjectClass HBox
GObjectClass HBox
class BoxClass o => HBoxClass o
Instances
HBoxClass HBox
HBoxClass Combo
HBoxClass Statusbar
castToHBox :: GObjectClass obj => obj -> HBox
hBoxNew :: Bool -> Int -> IO HBox
Create a container that shows several children horizontally. If homogeneous is set all children will be allotted the same amount of space. There will be spacing pixel between each two children.
Produced by Haddock version 0.6