Gtk2HsContentsIndex
Graphics.UI.Gtk.Layout.VPaned
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
A container with two panes arranged vertically
Synopsis
data VPaned
class PanedClass o => VPanedClass o
castToVPaned :: GObjectClass obj => obj -> VPaned
toVPaned :: VPanedClass o => o -> VPaned
vPanedNew :: IO VPaned
Detail
The VPaned widget is a container widget with two children arranged vertically. 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
 |                           +----VPaned
 
Types
data VPaned
show/hide Instances
class PanedClass o => VPanedClass o
show/hide Instances
castToVPaned :: GObjectClass obj => obj -> VPaned
toVPaned :: VPanedClass o => o -> VPaned
Constructors
vPanedNew :: IO VPaned
Create a new VPaned
Produced by Haddock version 0.8