Portability | portable (depends on GHC) |
---|---|
Stability | provisional |
Maintainer | gtk2hs-users@lists.sourceforge.net |
Safe Haskell | None |
A container with two panes arranged vertically
- data VPaned
- class PanedClass o => VPanedClass o
- castToVPaned :: GObjectClass obj => obj -> VPaned
- gTypeVPaned :: GType
- 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
Types
class PanedClass o => VPanedClass o Source
castToVPaned :: GObjectClass obj => obj -> VPanedSource
toVPaned :: VPanedClass o => o -> VPanedSource