|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Overall layout of a frame set: row-wise or column-wise.
| | Constructors | |
|
|
|
|
|
|
| Abstract data type of frame set generators.
| | Constructors | |
|
|
|
| Create a frameset, given a layout, its spacing, and its subframe(set)s.
|
|
|
| :: CGIMonad cgi | | | => WithHTML x IO () | contents of the frame
| | -> cgi () | returns HTML generator for the frame
| | -> cgi FrameSet | | | Create a single frame. Returns the assigned name of the frame.
|
|
|
|
| Required wrapper for pages with frames. Takes a title and a FrameSet
generator and displays the page.
|
|
| Produced by Haddock version 2.6.0 |