|
|
|
|
|
| Description |
| A simple scroll pane for a scrolled widget. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data ScrollBox a |
|
|
| newScrollBox |
| :: (Widget wid, HasScroller wid, Container par) | | | => par | the parent widget, which has to be a container widget. | | -> (Frame -> IO wid) | a function that returns the scrollbox'es content for
a given parent container. | | -> [Config (ScrollBox wid)] | the list of configuration options for this scrollbox. | | -> IO (ScrollBox wid, wid) | A scrollbox. | | Constructs a new scrollbox and returns a handler. |
|
|
| getScrolledWidget :: (Widget a, HasScroller a) => ScrollBox a -> a |
|
| getScrollBars :: (HasScroller a) => ScrollBox a -> [ScrollBar] |
| Gets the scrollbars from a scrollbox. |
|
| Produced by Haddock version 0.3 |