|
| Graphics.UI.Phooey.Imperative | | Portability | portable | | Stability | provisional | | Maintainer | conal@conal.net |
|
|
|
|
|
| Description |
| Some imperative UI tools.
|
|
| Synopsis |
|
|
|
|
| Widget & layout tools
|
|
| above :: Layout -> Layout -> Layout | Source |
|
|
| below :: Layout -> Layout -> Layout | Source |
|
| Binary layout combinators
|
|
| leftOf :: Layout -> Layout -> Layout | Source |
|
|
| rightOf :: Layout -> Layout -> Layout | Source |
|
|
|
| A stretchy empty layout
|
|
| hwidget :: Widget w => w -> Layout | Source |
|
| Horizontally-filled widget layout
|
|
|
| Labeled, horizontally-filled widget layout
|
|
|
| Dynamically bounded slider. The main complication is keeping the
slider value within the dynamic bounds.
|
|
| Simple abstraction around widget containers and frames
|
|
|
| Container of widgets
|
|
|
| Consumes container and yield layout
|
|
|
| Run a Wio: handle frame & widget creation, and apply layout.
|
|
| Produced by Haddock version 2.1.0 |