|
|
|
|
|
Description |
The basic definitions for all panes
|
|
Synopsis |
|
|
|
|
Panes and pane layout
|
|
|
| Methods | | | | | runInIO :: forall alpha beta. (beta -> delta alpha) -> delta (beta -> IO alpha) | Source |
| | | | | | | | | | | | | | |
|
|
|
|
Constructors | | Instances | |
|
|
|
All kinds of panes are instances of pane
| | Methods | | gets the top Widget of this pane
| | | | | | | | |
|
|
|
class (Pane alpha delta, Typeable beta, Show beta, Read beta) => RecoverablePane alpha beta delta | beta -> alpha, alpha -> beta where | Source |
|
|
|
|
The relative direction to a pane from the parent
| Constructors | | Instances | |
|
|
|
An element of a path to a pane
| Constructors | | Instances | |
|
|
|
A path to a pane
|
|
|
Description of a window layout
Horizontal: top bottom Vertical: left right
| Constructors | | Instances | |
|
|
|
|
|
Signal handlers for the different pane types
| Constructors | | Instances | |
|
|
|
|
|
|
|
Constructors | | Instances | |
|
|
|
|
Produced by Haddock version 2.6.1 |