Gtk2HsContentsIndex
Graphics.UI.Gtk.Layout.HPaned
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
A container with two panes arranged horizontally
Synopsis
data HPaned
class PanedClass o => HPanedClass o
castToHPaned :: GObjectClass obj => obj -> HPaned
toHPaned :: HPanedClass o => o -> HPaned
hPanedNew :: IO HPaned
Detail
The HPaned widget is a container widget with two children arranged horizontally. The division between the two panes is adjustable by the user by dragging a handle. See Paned for details.
Class Hierarchy
 |  GObject
 |   +----Object
 |         +----Widget
 |               +----Container
 |                     +----Paned
 |                           +----HPaned
 
Types
data HPaned
show/hide Instances
class PanedClass o => HPanedClass o
show/hide Instances
castToHPaned :: GObjectClass obj => obj -> HPaned
toHPaned :: HPanedClass o => o -> HPaned
Constructors
hPanedNew :: IO HPaned
Create a new HPaned
Produced by Haddock version 0.8