|
| Graphics.UI.Gtk.Layout.HPaned | | Portability | portable (depends on GHC) | | Stability | provisional | | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| A container with two panes arranged horizontally
|
|
| Synopsis |
|
|
|
|
| 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 |
Instances | |
|
|
| class PanedClass o => HPanedClass o |
| 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 |