Maintainer | gtk2hs-users@lists.sourceforge.net |
---|---|
Stability | provisional |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
A container with two panes arranged horizontally
- data HPaned
- class PanedClass o => HPanedClass o
- castToHPaned :: GObjectClass obj => obj -> HPaned
- gTypeHPaned :: GType
- 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
Types
class PanedClass o => HPanedClass o Source #
castToHPaned :: GObjectClass obj => obj -> HPaned Source #
gTypeHPaned :: GType Source #
toHPaned :: HPanedClass o => o -> HPaned Source #